summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-11-19 16:32:32 +0100
committerJanosch Knack <j.knack@micromata.com>2016-11-20 10:02:39 +0100
commitc02f0713301b9bd075a733662d98bd2168426f50 (patch)
tree991266ae6bc5ccbafdb0bbb80f2f4e6b5fd8338e /mainwindow.h
parentf3955c3a6933b186e13f87ecce7e4f8a208395ed (diff)
Minor cleanup
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 69c8fc86..74e4b2e3 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -106,14 +106,12 @@ public:
void executePassGitInit();
void copyTextToClipboard(const QString &text);
-
/**
* @brief MainWindow::pwdConfig instance of passwordConfiguration.
* @sa MainWindow::passwordConfiguration
*/
passwordConfiguration pwdConfig;
-
protected:
void closeEvent(QCloseEvent *event);
void keyPressEvent(QKeyEvent *event);
@@ -232,7 +230,8 @@ private:
void waitFor(int seconds);
void clearTemplateWidgets();
void reencryptPath(QString dir);
- void addToGridLayout(int position, const QString &field, const QString &value);
+ void addToGridLayout(int position, const QString &field,
+ const QString &value);
};
#endif // MAINWINDOW_H_