forked from qt-creator/qt-creator
Python: Apply 'static' pattern for singleton members
Plus some cosmetics. Change-Id: Ia2c8f425f0491fbe6a0bbf2e508857a5550e4d38 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -40,9 +40,11 @@ namespace Internal {
|
||||
class PySideInstaller : public QObject
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Python::Internal::PySideInstaller)
|
||||
|
||||
public:
|
||||
static PySideInstaller *instance();
|
||||
void checkPySideInstallation(const Utils::FilePath &python, TextEditor::TextDocument *document);
|
||||
static void checkPySideInstallation(const Utils::FilePath &python,
|
||||
TextEditor::TextDocument *document);
|
||||
|
||||
private:
|
||||
PySideInstaller();
|
||||
|
||||
Reference in New Issue
Block a user