Commit 562de055 authored by Mark Morschhäuser's avatar Mark Morschhäuser
Browse files

Fixed compile warnings due to missing \n at EOF.

parent 187fa23f
...@@ -89,4 +89,4 @@ public: ...@@ -89,4 +89,4 @@ public:
static PendingCommand *prepareAdminCommand(const ::google::protobuf::Message &cmd); static PendingCommand *prepareAdminCommand(const ::google::protobuf::Message &cmd);
}; };
#endif #endif
\ No newline at end of file
...@@ -32,4 +32,4 @@ public: ...@@ -32,4 +32,4 @@ public:
void removeArrowTo(ArrowItem *arrow) { arrowsTo.removeAt(arrowsTo.indexOf(arrow)); } void removeArrowTo(ArrowItem *arrow) { arrowsTo.removeAt(arrowsTo.indexOf(arrow)); }
}; };
#endif #endif
\ No newline at end of file
...@@ -50,4 +50,4 @@ signals: ...@@ -50,4 +50,4 @@ signals:
void deleteCardInfoPopup(QString cardName); void deleteCardInfoPopup(QString cardName);
}; };
#endif #endif
\ No newline at end of file
...@@ -26,4 +26,4 @@ Q_DECLARE_METATYPE(QList<ServerInfo_User>) ...@@ -26,4 +26,4 @@ Q_DECLARE_METATYPE(QList<ServerInfo_User>)
Q_DECLARE_METATYPE(Event_ReplayAdded) Q_DECLARE_METATYPE(Event_ReplayAdded)
#endif #endif
\ No newline at end of file
...@@ -14,4 +14,4 @@ public: ...@@ -14,4 +14,4 @@ public:
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
}; };
#endif #endif
\ No newline at end of file
...@@ -21,4 +21,4 @@ public: ...@@ -21,4 +21,4 @@ public:
QSet<QString> getCardColors() const; QSet<QString> getCardColors() const;
}; };
#endif #endif
\ No newline at end of file
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
typedef QMap<int, QString> GameTypeMap; typedef QMap<int, QString> GameTypeMap;
#endif #endif
\ No newline at end of file
...@@ -18,4 +18,4 @@ private slots: ...@@ -18,4 +18,4 @@ private slots:
void itemFromServer(const ServerMessage &item); void itemFromServer(const ServerMessage &item);
}; };
#endif #endif
\ No newline at end of file
...@@ -20,4 +20,4 @@ public slots: ...@@ -20,4 +20,4 @@ public slots:
void itemFromClient(const CommandContainer &item); void itemFromClient(const CommandContainer &item);
}; };
#endif #endif
\ No newline at end of file
...@@ -35,4 +35,4 @@ public: ...@@ -35,4 +35,4 @@ public:
AbstractCounter *addCounter(int _counterId, const QString &_name, int _value); AbstractCounter *addCounter(int _counterId, const QString &_name, int _value);
}; };
#endif #endif
\ No newline at end of file
...@@ -31,4 +31,4 @@ public slots: ...@@ -31,4 +31,4 @@ public slots:
extern SoundEngine *soundEngine; extern SoundEngine *soundEngine;
#endif #endif
\ No newline at end of file
...@@ -46,4 +46,4 @@ public: ...@@ -46,4 +46,4 @@ public:
bool getLocked() const { return locked; } bool getLocked() const { return locked; }
}; };
#endif #endif
\ No newline at end of file
...@@ -24,4 +24,4 @@ public slots: ...@@ -24,4 +24,4 @@ public slots:
void updateInfo(const QString &userName); void updateInfo(const QString &userName);
}; };
#endif #endif
\ No newline at end of file
...@@ -92,4 +92,4 @@ public: ...@@ -92,4 +92,4 @@ public:
void sortItems(); void sortItems();
}; };
#endif #endif
\ No newline at end of file
...@@ -32,4 +32,4 @@ inline color makeColor(int r, int g, int b) ...@@ -32,4 +32,4 @@ inline color makeColor(int r, int g, int b)
return result; return result;
} }
#endif #endif
\ No newline at end of file
...@@ -7,4 +7,4 @@ class Server_ArrowTarget : public QObject { ...@@ -7,4 +7,4 @@ class Server_ArrowTarget : public QObject {
Q_OBJECT Q_OBJECT
}; };
#endif #endif
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment