aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/generalhandler.cpp')
-rw-r--r--src/qmmpui/generalhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/generalhandler.cpp b/src/qmmpui/generalhandler.cpp
index 8981796e3..794156e08 100644
--- a/src/qmmpui/generalhandler.cpp
+++ b/src/qmmpui/generalhandler.cpp
@@ -99,7 +99,7 @@ bool GeneralHandler::visibilityControl()
if (General::isEnabled(factory) && factory->properties().visibilityControl)
return true;
}
- return FALSE;
+ return false;
}
void GeneralHandler::executeCommand(const QString &opt_str, const QStringList &args)