summaryrefslogtreecommitdiffstats
path: root/src/qtpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtpass.h')
-rw-r--r--src/qtpass.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qtpass.h b/src/qtpass.h
index 9a1125dc..8686d0c5 100644
--- a/src/qtpass.h
+++ b/src/qtpass.h
@@ -2,11 +2,13 @@
#define QTPASS_H
#include <QObject>
+#include <QProcess>
class MainWindow;
class Pass;
class QtPass : public QObject {
Q_OBJECT
+
public:
QtPass();
@@ -24,4 +26,6 @@ public slots:
private slots:
void processError(QProcess::ProcessError);
+};
+
#endif // QTPASS_H