summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2019-09-28 17:07:13 +0200
committerGitHub <noreply@github.com>2019-09-28 17:07:13 +0200
commit37472bcfa97b5fba18c3342ef55d24e24de9f3cb (patch)
tree1fbb1e6a6bcf451e1738708f6efa151c345a4305 /src/mainwindow.h
parentdf43cec8642813a9ec57525f40e95d64501246e5 (diff)
parent0498dd6862447633e9c7731955be5474cc81d911 (diff)
Merge pull request #477 from maciejsszmigiero/main-window-entry-details-improvements
Main window entry details improvements
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 0 insertions, 2 deletions
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);