You've already forked nodeeditor
mirror of
https://github.com/AxioDL/nodeeditor.git
synced 2026-03-30 11:48:31 -07:00
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:
@@ -38,7 +38,7 @@ onTextEdited(QString const &string)
|
||||
{
|
||||
Q_UNUSED(string);
|
||||
|
||||
emit dataUpdated(0);
|
||||
Q_EMIT dataUpdated(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user