diff options
Diffstat (limited to 'src/ui/NhekoGlobalObject.h')
-rw-r--r-- | src/ui/NhekoGlobalObject.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/NhekoGlobalObject.h b/src/ui/NhekoGlobalObject.h index 1ea2c109..b7a7a637 100644 --- a/src/ui/NhekoGlobalObject.h +++ b/src/ui/NhekoGlobalObject.h @@ -72,9 +72,6 @@ public: Q_INVOKABLE void setTransientParent(QWindow *window, QWindow *parentWindow) const; Q_INVOKABLE void setWindowRole(QWindow *win, QString newRole) const; - Q_INVOKABLE QString getCommandFromText(const QString &text); - Q_INVOKABLE bool isInvalidCommand(QString command) const; - public slots: void updateUserProfile(); |