summaryrefslogtreecommitdiff
path: root/src/preview
diff options
context:
space:
mode:
Diffstat (limited to 'src/preview')
-rw-r--r--src/preview/Comment.h7
-rw-r--r--src/preview/PreviewController.h7
-rw-r--r--src/preview/PreviewModel.h9
-rw-r--r--src/preview/PreviewModelException.h7
-rw-r--r--src/preview/PreviewView.h7
5 files changed, 1 insertions, 36 deletions
diff --git a/src/preview/Comment.h b/src/preview/Comment.h
index bf4b8d4..4bf7acb 100644
--- a/src/preview/Comment.h
+++ b/src/preview/Comment.h
@@ -1,10 +1,3 @@
-/*
- * Comment.h
- *
- * Created on: Feb 11, 2012
- * Author: Simon
- */
-
#ifndef COMMENT_H_
#define COMMENT_H_
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h
index 2d8e35a..ab63ae4 100644
--- a/src/preview/PreviewController.h
+++ b/src/preview/PreviewController.h
@@ -1,10 +1,3 @@
-/*
- * PreviewController.h
- *
- * Created on: Jan 21, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWCONTROLLER_H_
#define PREVIEWCONTROLLER_H_
diff --git a/src/preview/PreviewModel.h b/src/preview/PreviewModel.h
index 77cab37..2ee2c45 100644
--- a/src/preview/PreviewModel.h
+++ b/src/preview/PreviewModel.h
@@ -1,17 +1,10 @@
-/*
- * PreviewModel.h
- *
- * Created on: Jan 21, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWMODEL_H_
#define PREVIEWMODEL_H_
#include <vector>
#include <iostream>
#include <pthread.h>
- #undef GetUserName //God dammit microsoft!
+#undef GetUserName //God dammit microsoft!
#include "PreviewView.h"
#include "client/SaveInfo.h"
#include "preview/Comment.h"
diff --git a/src/preview/PreviewModelException.h b/src/preview/PreviewModelException.h
index 261d203..85dce1d 100644
--- a/src/preview/PreviewModelException.h
+++ b/src/preview/PreviewModelException.h
@@ -1,10 +1,3 @@
-/*
- * PreviewModelException.h
- *
- * Created on: Apr 14, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWMODELEXCEPTION_H_
#define PREVIEWMODELEXCEPTION_H_
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h
index c5931af..10dba4d 100644
--- a/src/preview/PreviewView.h
+++ b/src/preview/PreviewView.h
@@ -1,10 +1,3 @@
-/*
- * PreviewView.h
- *
- * Created on: Jan 21, 2012
- * Author: Simon
- */
-
#ifndef PREVIEWVIEW_H_
#define PREVIEWVIEW_H_