Cleanup Qt keywords (#199)

* Qt no keywords

* replace emit with Q_EMIT

* add QT_NO_KEYWORDS definition to CMakeLists.txt
This commit is contained in:
fredakilla
2019-02-06 22:05:38 +01:00
committed by paceholder
parent 230af3cde8
commit 282b439af0
17 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ onTextEdited(QString const &string)
{
Q_UNUSED(string);
emit dataUpdated(0);
Q_EMIT dataUpdated(0);
}