adds universal timeoutmsgbox
This commit is contained in:
@@ -26,7 +26,7 @@ class timeoutMsgBoxImpl : public QMessageBox
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
timeoutMsgBoxImpl(QDialog*, Session*, int);
|
||||
timeoutMsgBoxImpl(QDialog*, int);
|
||||
|
||||
~timeoutMsgBoxImpl();
|
||||
|
||||
@@ -35,6 +35,8 @@ public slots:
|
||||
void startTimeout();
|
||||
void timerRefresh();
|
||||
|
||||
void setMySession ( Session* theValue ) { mySession = theValue; }
|
||||
|
||||
private:
|
||||
|
||||
QTimer *timeOutTimer;
|
||||
|
||||
Reference in New Issue
Block a user