summaryrefslogtreecommitdiffstats
path: root/PrinterGUI/PrinterGUI_SRC/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'PrinterGUI/PrinterGUI_SRC/mainwindow.h')
-rw-r--r--PrinterGUI/PrinterGUI_SRC/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/PrinterGUI/PrinterGUI_SRC/mainwindow.h b/PrinterGUI/PrinterGUI_SRC/mainwindow.h
index 0078cde..4b89262 100644
--- a/PrinterGUI/PrinterGUI_SRC/mainwindow.h
+++ b/PrinterGUI/PrinterGUI_SRC/mainwindow.h
@@ -16,7 +16,7 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
- explicit MainWindow(char *argv, QWidget *parent = 0);
+ explicit MainWindow(char *argv[], QWidget *parent = 0);
~MainWindow();
private slots:
@@ -29,6 +29,7 @@ private:
void initializeUI();
cups_dest_t *dests;
int num_dests;
+ const char * const user;
const char * const file;
};