kwin/scripting
Martin Flöser cfecb1e077 Fix reorder warning in AbstractScript
Summary:
scripting/scripting.h:205:13: warning: ‘KWin::AbstractScript::m_pluginName’ will be initialized after [-Wreorder]
     QString m_pluginName;
             ^~~~~~~~~~~~
scripting/scripting.h:204:13: warning:   ‘QString KWin::AbstractScript::m_fileName’ [-Wreorder]
     QString m_fileName;
             ^~~~~~~~~~
scripting/scripting.cpp:230:1: warning:   when initialized here [-Wreorder]
 KWin::AbstractScript::AbstractScript(int id, QString scriptName, QString pluginName, QObject *parent)
 ^~~~

Reviewers: #kwin

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D18560
2019-01-27 13:25:40 +01:00
..
CMakeLists.txt
dbuscall.cpp
dbuscall.h Fix minor Doxygen issues 2019-01-12 12:31:32 +02:00
documentation-effect-global.xml
documentation-global.xml
genericscriptedconfig.cpp
genericscriptedconfig.h
genericscriptedconfig.json
kwinscript.desktop
Messages.sh
meta.cpp
meta.h
screenedgeitem.cpp
screenedgeitem.h Fix minor Doxygen issues 2019-01-12 12:31:32 +02:00
scriptedeffect.cpp [scripting] Introduce complete function 2018-11-17 13:44:20 +02:00
scriptedeffect.h [scripting] Introduce complete function 2018-11-17 13:44:20 +02:00
scripting.cpp Fix reorder warning in AbstractScript 2019-01-27 13:25:40 +01:00
scripting.h [scripting] Avoid threading issues when loading from a file 2019-01-09 23:37:37 +00:00
scripting_logging.cpp
scripting_logging.h
scripting_model.cpp
scripting_model.h Fix minor Doxygen issues 2019-01-12 12:31:32 +02:00
scriptingutils.cpp
scriptingutils.h
timer.cpp
workspace_wrapper.cpp
workspace_wrapper.h Fix minor Doxygen issues 2019-01-12 12:31:32 +02:00