uh, stuff

Sun, 07 Jul 2013 03:03:39 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sun, 07 Jul 2013 03:03:39 +0300
changeset 351
6fdd32c4886c
parent 350
05a2ccd19547
child 352
e8184f4e28f3

uh, stuff

src/common.h file | annotate | diff | comparison | revisions
src/gldraw.cpp file | annotate | diff | comparison | revisions
src/gui.cpp file | annotate | diff | comparison | revisions
src/messagelog.cpp file | annotate | diff | comparison | revisions
src/messagelog.h file | annotate | diff | comparison | revisions
--- a/src/common.h	Sun Jul 07 03:03:15 2013 +0300
+++ b/src/common.h	Sun Jul 07 03:03:39 2013 +0300
@@ -259,7 +259,7 @@
 };
 
 // log() - universal access to the message log. Defined here so that I don't have
-// to include msglog.h here and recompile everything every time that file changes.
+// to include messagelog.h here and recompile everything every time that file changes.
 void DoLog( std::initializer_list<StringFormatArg> args );
 #ifndef IN_IDE_PARSER
 # define log(...) DoLog({ __VA_ARGS__ });
--- a/src/gldraw.cpp	Sun Jul 07 03:03:15 2013 +0300
+++ b/src/gldraw.cpp	Sun Jul 07 03:03:39 2013 +0300
@@ -35,7 +35,7 @@
 #include "history.h"
 #include "dialogs.h"
 #include "addObjectDialog.h"
-#include "msglog.h"
+#include "messagelog.h"
 
 static const struct staticCameraMeta {
 	const char glrotate[3];
--- a/src/gui.cpp	Sun Jul 07 03:03:15 2013 +0300
+++ b/src/gui.cpp	Sun Jul 07 03:03:39 2013 +0300
@@ -45,7 +45,7 @@
 #include "history.h"
 #include "widgets.h"
 #include "addObjectDialog.h"
-#include "msglog.h"
+#include "messagelog.h"
 #include "config.h"
 
 actionmeta g_actionMeta[MAX_ACTIONS];
--- a/src/messagelog.cpp	Sun Jul 07 03:03:15 2013 +0300
+++ b/src/messagelog.cpp	Sun Jul 07 03:03:39 2013 +0300
@@ -16,7 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "msglog.h"
+#include "messagelog.h"
 #include "gldraw.h"
 #include "gui.h"
 #include <QTimer>
--- a/src/messagelog.h	Sun Jul 07 03:03:15 2013 +0300
+++ b/src/messagelog.h	Sun Jul 07 03:03:39 2013 +0300
@@ -16,8 +16,8 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef MSGLOG_H
-#define MSGLOG_H
+#ifndef MESSAGELOG_H
+#define MESSAGELOG_H
 
 #include <QObject>
 #include <QDate>
@@ -61,4 +61,4 @@
 	void tick();
 };
 
-#endif // MSGLOG_H
\ No newline at end of file
+#endif // MESSAGELOG_H
\ No newline at end of file

mercurial