We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3579f4 commit 35a41fdCopy full SHA for 35a41fd
src/ruleparser.cpp
@@ -156,7 +156,7 @@ void Rules::load(const QString &filename)
156
qFatal("Could not read the rules file: %s", qPrintable(filename));
157
158
QTextStream s(&file);
159
- QStringList lines = s.readAll().split('\n', QString::KeepEmptyParts);
+ QStringList lines = s.readAll().split('\n', Qt::KeepEmptyParts);
160
161
QStringList::iterator it;
162
for(it = lines.begin(); it != lines.end(); ++it) {
0 commit comments