summaryrefslogtreecommitdiffstats
path: root/src/maingui/printergui.h
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-05 18:36:58 +0200
committerSimon Rettberg2015-10-05 18:36:58 +0200
commitddcc1df4099c985a8031a3f036d84f09f4f8f6eb (patch)
tree118d514152a9a19c0073da2568c095f7ddbd95c4 /src/maingui/printergui.h
parentConsistent code formatting (diff)
downloadprintergui-ddcc1df4099c985a8031a3f036d84f09f4f8f6eb.tar.gz
printergui-ddcc1df4099c985a8031a3f036d84f09f4f8f6eb.tar.xz
printergui-ddcc1df4099c985a8031a3f036d84f09f4f8f6eb.zip
Man man man, Manuel...
Warum zur Hölle entfernt der commit "Make color and duplex options whitelisted. [NEEDS TESTING]" einen Haufen wichtigen Code für z.B. passwortgeschütztes Drucken? :(
Diffstat (limited to 'src/maingui/printergui.h')
-rw-r--r--src/maingui/printergui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/maingui/printergui.h b/src/maingui/printergui.h
index 77d50b4..624b44c 100644
--- a/src/maingui/printergui.h
+++ b/src/maingui/printergui.h
@@ -26,7 +26,7 @@ private slots:
void on_printerList_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
void on_buttonCancel_clicked();
void on_buttonPrint_clicked();
-// void on_bgTimer_timeout();
+ void bgTimer_timeout();
private:
Ui::PrinterGui *ui;
@@ -35,8 +35,8 @@ private:
int num_dests;
char * user;
char * file;
-// QTimer * bgTimer;
-// int bgTimeout;
+ QTimer * bgTimer;
+ int bgTimeout;
QString _colorOptionName;
QString _duplexOptionName;