Fixed issues arised after merge

- wrong namespace in newly created headers
- wrong includes
- Fixed members in CKeyboardKey
- Fixed CKeyboardKey unit test
This commit is contained in:
Roland Winklmeier
2014-03-11 22:24:25 +01:00
parent 0349d8f212
commit 5cac09f625
5 changed files with 14 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
#include "blackmisc/statusmessagelist.h"
#include "blackmisc/nwtextmessagelist.h"
#include "blackmisc/nwuserlist.h"
#include "blackmisc/vvoiceroomlist.h"
#include "blackmisc/voiceroomlist.h"
#include <QObject>
#define BLACKCORE_CONTEXTNETWORK_INTERFACENAME "net.vatsim.PilotClient.BlackCore.ContextNetwork"