forked from qt-creator/qt-creator
Python: Move plugin class definition to .cpp
The plugin classes partially changed there purpose, they are no more meant to provide internal utility functionality. Change-Id: I9b9200995eaa95dcd924c94dcedb28e6d5db0be9 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ QString PySideInstaller::importedPySide(const QString &text)
|
||||
}
|
||||
|
||||
PySideInstaller::PySideInstaller()
|
||||
: QObject(PythonPlugin::instance())
|
||||
: QObject(pluginInstance())
|
||||
{}
|
||||
|
||||
void PySideInstaller::installPyside(const FilePath &python,
|
||||
|
||||
Reference in New Issue
Block a user