Fix Conflicts

This commit is contained in:
Jeff 2015-08-20 22:27:46 -04:00
parent e9bad2cacb
commit 05f2bc8392
3 changed files with 5 additions and 135 deletions

View file

@ -204,12 +204,10 @@ private slots:
void addMentionTag(QString value);
void commandFinished(const Response &response);
<<<<<<< HEAD
void actCompleterChanged();
=======
void refreshShortcuts();
>>>>>>> master
void actCompleterChanged();
public:
TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_clients, const Event_GameJoined &event, const QMap<int, QString> &_roomGameTypes);
TabGame(TabSupervisor *_tabSupervisor, GameReplay *replay);