From d142bc8cdc9837cb01382f18f0e88629551bc3ff Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 10 Oct 2013 08:47:47 +0200 Subject: [PATCH] update mymenubar removed from pokerth_game.pro --- pokerth_game.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index e8b164de..294dce32 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -200,7 +200,6 @@ HEADERS += src/engine/game.h \ src/gui/generic/serverguiwrapper.h \ src/gui/qt/gametable/mychancelabel.h \ src/gui/qt/serverlistdialog/serverlistdialogimpl.h \ - src/gui/qt/gametable/mymenubar.h \ src/gui/qt/gametable/mytimeoutlabel.h \ src/gui/qt/gametable/mynamelabel.h \ src/gui/qt/settingsdialog/mystylelistitem.h \ @@ -277,7 +276,6 @@ SOURCES += src/pokerth.cpp \ src/core/common/loghelper_client.cpp \ src/gui/qt/gametable/mychancelabel.cpp \ src/gui/qt/serverlistdialog/serverlistdialogimpl.cpp \ - src/gui/qt/gametable/mymenubar.cpp \ src/gui/qt/gametable/mytimeoutlabel.cpp \ src/gui/qt/gametable/mynamelabel.cpp \ src/gui/qt/settingsdialog/mystylelistitem.cpp \