Remove unneeded property

This commit is contained in:
Tobias Fella
2025-03-22 18:51:39 +01:00
parent 37d77f579a
commit 6b7ad6b1af
5 changed files with 1 additions and 13 deletions

View File

@@ -50,8 +50,6 @@ class Controller : public QObject
Q_PROPERTY(QStringList accountsLoading MEMBER m_accountsLoading NOTIFY accountsLoadingChanged)
Q_PROPERTY(bool csSupported READ csSupported CONSTANT)
public:
static Controller &instance();
static Controller *create(QQmlEngine *engine, QJSEngine *)
@@ -103,8 +101,6 @@ public:
Q_INVOKABLE void removeConnection(const QString &userId);
bool csSupported() const;
/**
* @brief Revert all configuration values to their default.
*