From 0da130c4eff1b829e968d7e63546aea2cad560fb Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 26 Apr 2022 10:21:12 +0200 Subject: Python: Apply 'static' pattern for singleton members Plus some cosmetics. Change-Id: Ia2c8f425f0491fbe6a0bbf2e508857a5550e4d38 Reviewed-by: Reviewed-by: David Schulz --- src/plugins/python/pythoneditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/python/pythoneditor.cpp') diff --git a/src/plugins/python/pythoneditor.cpp b/src/plugins/python/pythoneditor.cpp index 6344e52f9b..562f69f5d7 100644 --- a/src/plugins/python/pythoneditor.cpp +++ b/src/plugins/python/pythoneditor.cpp @@ -118,8 +118,8 @@ public: if (!python.exists()) return; - PyLSConfigureAssistant::instance()->openDocumentWithPython(python, this); - PySideInstaller::instance()->checkPySideInstallation(python, this); + PyLSConfigureAssistant::openDocumentWithPython(python, this); + PySideInstaller::checkPySideInstallation(python, this); } }; -- cgit v1.2.1