summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-07-31 12:35:18 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-07-31 12:35:18 +0200
commit0810ea7e2cebc82ae4fe266f5979dcdcc54e59e6 (patch)
tree9c70e104e91736ead651766bff3f094477dfcddc /mainwindow.h
parent0867c2128e495eb22bf6fb93365025435e58df6f (diff)
meh Mac
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index e75f9b8c..bfae8edd 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -17,6 +17,7 @@ class MainWindow : public QMainWindow
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
+ void setPassExecutable(QString);
private slots:
void on_pushButton_clicked();
@@ -26,7 +27,10 @@ private:
Ui::MainWindow *ui;
QFileSystemModel model;
QString passStore;
- QProcess process;
+ QString passExecutable;
+ QProcess *process;
+ void updateText();
+ void executePass(QString);
};
#endif // MAINWINDOW_H