MuseScore/mscore/plugin
anatoly-os e2f3431e03 fix clang warnings
But the ones related to deprecations in third-party libs

* Remove unused variables
* Prevent calling non-virtual destructors
* Prevent the warning "Moving a temporary object prevents copy elision" by removing std::move call
* disable "`register` is deprecated" warning related to the 3rd party code
2019-10-14 19:01:59 +02:00
..
api Plugin API: add experimental feature to notify plugins on score changes 2019-10-02 13:08:51 +02:00
mscorePlugins.cpp Plugin API: add experimental feature to notify plugins on score changes 2019-10-02 13:08:51 +02:00
pluginCreator.cpp Plugin API: add experimental feature to notify plugins on score changes 2019-10-02 13:08:51 +02:00
pluginCreator.h Move files related to plugins to a separate directory 2019-01-24 17:36:01 +03:00
pluginCreator.ui Move files related to plugins to a separate directory 2019-01-24 17:36:01 +03:00
pluginManager.cpp fix #275268: don't list non-plugin QML files in Plugin Manager 2019-07-30 11:36:17 +03:00
pluginManager.h Move files related to plugins to a separate directory 2019-01-24 17:36:01 +03:00
pluginManager.ui Fix Indentations 2019-03-04 18:30:12 +05:30
qmledit.cpp fix #280650 [Plugin Creator] let whole line number be displayed 2019-05-11 11:23:13 +02:00
qmledit.h Move files related to plugins to a separate directory 2019-01-24 17:36:01 +03:00
qmliconview.cpp fix clang warnings 2019-10-14 19:01:59 +02:00
qmliconview.h Highlight active beam properties cell 2019-09-17 14:21:27 +02:00
qmlplugin.cpp Add a new QML plugins API 2019-01-24 17:36:05 +03:00
qmlplugin.h Plugin API: add experimental feature to notify plugins on score changes 2019-10-02 13:08:51 +02:00
qmlpluginengine.cpp fix clang warnings 2019-10-14 19:01:59 +02:00
qmlpluginengine.h Plugin API: add experimental feature to notify plugins on score changes 2019-10-02 13:08:51 +02:00