From 12cb01e7811fd43ed4dcb7d58cf04740efd00f34 Mon Sep 17 00:00:00 2001 From: "Maciej S. Szmigiero" Date: Sat, 28 Sep 2019 00:07:35 +0200 Subject: Remove unused uiEnabled signal and setTextTextBrowser() function from MainWindow --- src/mainwindow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 32820e77..10f07df7 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -49,7 +49,6 @@ public: void userDialog(QString = ""); void config(); - void setTextTextBrowser(const QString &text); void setUiElementsEnabled(bool state); void flashText(const QString &text, const bool isError, const bool isHtml = false); @@ -66,7 +65,6 @@ protected: bool eventFilter(QObject *obj, QEvent *event); signals: - void uiEnabled(bool state); void passShowHandlerFinished(QString output); void passGitInitNeeded(); void generateGPGKeyPair(QString batch); -- cgit v1.2.3