Log -> guiLog

This commit is contained in:
floty
2010-12-13 22:09:48 +00:00
parent 41b0186279
commit ad055022f3
8 changed files with 2219 additions and 27 deletions
+3 -3
View File
@@ -29,7 +29,7 @@
#include <QtGui>
#include <QtCore>
class Log;
class guiLog;
class ChatTools;
class ConfigFile;
class Session;
@@ -67,7 +67,7 @@ public:
bool getGuestMode() const { return guestMode; }
void setStartWindow(startWindowImpl* s) { myStartWindow = s; }
void setLog(Log* l) { myLog = l; }
void setGuiLog(guiLog* l) { myGuiLog = l; }
void setSpeeds();
@@ -314,7 +314,7 @@ public slots:
private:
boost::shared_ptr<GuiInterface> myServerGuiInterface;
Log *myLog;
guiLog *myGuiLog;
ChatTools *myChat;
ConfigFile *myConfig;