You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
CMakeLists.txt
Messages.sh
dbuscall.cpp
dbuscall.h Fix minor Doxygen issues 6 years ago
documentation-effect-global.xml
documentation-global.xml
genericscriptedconfig.cpp
genericscriptedconfig.h
genericscriptedconfig.json
kwinscript.desktop
meta.cpp
meta.h
screenedgeitem.cpp
screenedgeitem.h Fix minor Doxygen issues 6 years ago
scriptedeffect.cpp
scriptedeffect.h
scripting.cpp Fix reorder warning in AbstractScript 6 years ago
scripting.h [scripting] Avoid threading issues when loading from a file 6 years ago
scripting_logging.cpp
scripting_logging.h
scripting_model.cpp
scripting_model.h Fix minor Doxygen issues 6 years ago
scriptingutils.cpp
scriptingutils.h
timer.cpp
workspace_wrapper.cpp
workspace_wrapper.h Fix minor Doxygen issues 6 years ago