fix Qt Database error message when close the app

This commit is contained in:
doitux
2010-07-13 19:13:38 +00:00
parent a78a9e80ea
commit b34dcdc597
8 changed files with 1724 additions and 1693 deletions
+3 -1
View File
@@ -27,7 +27,7 @@
#include <string>
#include <boost/shared_ptr.hpp>
class Log;
class Session;
class gameTableImpl;
@@ -41,6 +41,8 @@ public:
virtual void setSession(boost::shared_ptr<Session> session) =0;
virtual gameTableImpl *getMyW() const=0;
virtual Log* getMyLog() const=0;
//refresh-Funktionen
virtual void refreshSet() const=0;