summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2014-01-24 19:50:46 +0100
committerSimon Rettberg2014-01-24 19:50:46 +0100
commit7ef03498e8f15f3cb77daa153a3623e26602cec3 (patch)
treee1dfe17d3d8c1207e2bd8ed952adea44e8f3862a /src/mainwindow.h
parentFixed Typo (diff)
downloadprintergui-7ef03498e8f15f3cb77daa153a3623e26602cec3.tar.gz
printergui-7ef03498e8f15f3cb77daa153a3623e26602cec3.tar.xz
printergui-7ef03498e8f15f3cb77daa153a3623e26602cec3.zip
Implement user/password authentication support
(Also make window always on top)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 4b89262..ec0e4a8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -31,6 +31,7 @@ private:
int num_dests;
const char * const user;
const char * const file;
+ bool authRequired;
};
#endif // MAINWINDOW_H