From a308f430f694423064ebc86fd0506c8c6fdb3d93 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 19 Apr 2015 22:30:21 -0400 Subject: Imported Upstream version 3.0.5 --- SQLiteStudio3/coreSQLiteStudio/common/signalwait.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SQLiteStudio3/coreSQLiteStudio/common/signalwait.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/common/signalwait.h b/SQLiteStudio3/coreSQLiteStudio/common/signalwait.h index 7b7b903..57759be 100644 --- a/SQLiteStudio3/coreSQLiteStudio/common/signalwait.h +++ b/SQLiteStudio3/coreSQLiteStudio/common/signalwait.h @@ -12,12 +12,15 @@ class SignalWait : public QObject bool wait(int msTimeout); void reset(); + void addFailSignal(QObject *object, const char *signal); private: bool called = false; + bool failed = false; private slots: void handleSignal(); + void handleFailSignal(); }; #endif // SIGNALWAIT_H -- cgit v1.2.3