implement #153 (emoticons for chat)

This commit is contained in:
doitux
2012-11-02 23:03:46 +01:00
parent aa2491c2de
commit 10be5b5fe6
29 changed files with 71 additions and 5 deletions
+2 -1
View File
@@ -72,8 +72,9 @@ int main( int argc, char **argv )
/////// can be removed for non-qt-guis ////////////
QtSingleApplication a( argc, argv );
Q_INIT_RESOURCE(pokerth);
if (a.sendMessage("Wake up!")) {
if (a.sendMessage("Wake up!")) {
return 0;
}