From 562de0553fb6a2ca61ce9859adf4e04c07c08d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Morschh=C3=A4user?= Date: Wed, 15 May 2013 21:31:47 +0200 Subject: [PATCH] Fixed compile warnings due to missing \n at EOF. --- cockatrice/src/abstractclient.h | 2 +- cockatrice/src/arrowtarget.h | 2 +- cockatrice/src/chatview.h | 2 +- cockatrice/src/client_metatypes.h | 2 +- cockatrice/src/counter_general.h | 2 +- cockatrice/src/dlg_cardsearch.h | 2 +- cockatrice/src/gametypemap.h | 2 +- cockatrice/src/localclient.h | 2 +- cockatrice/src/localserverinterface.h | 2 +- cockatrice/src/playertarget.h | 2 +- cockatrice/src/soundengine.h | 2 +- cockatrice/src/tab_admin.h | 2 +- cockatrice/src/userinfobox.h | 2 +- cockatrice/src/userlist.h | 2 +- common/color.h | 2 +- common/server_arrowtarget.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cockatrice/src/abstractclient.h b/cockatrice/src/abstractclient.h index 92b49826f..507c3fdd6 100644 --- a/cockatrice/src/abstractclient.h +++ b/cockatrice/src/abstractclient.h @@ -89,4 +89,4 @@ public: static PendingCommand *prepareAdminCommand(const ::google::protobuf::Message &cmd); }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/arrowtarget.h b/cockatrice/src/arrowtarget.h index f68ac335a..ce3ca55c8 100644 --- a/cockatrice/src/arrowtarget.h +++ b/cockatrice/src/arrowtarget.h @@ -32,4 +32,4 @@ public: void removeArrowTo(ArrowItem *arrow) { arrowsTo.removeAt(arrowsTo.indexOf(arrow)); } }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/chatview.h b/cockatrice/src/chatview.h index 37685e10f..d5c35d384 100644 --- a/cockatrice/src/chatview.h +++ b/cockatrice/src/chatview.h @@ -50,4 +50,4 @@ signals: void deleteCardInfoPopup(QString cardName); }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/client_metatypes.h b/cockatrice/src/client_metatypes.h index 979054c41..db1c90f70 100644 --- a/cockatrice/src/client_metatypes.h +++ b/cockatrice/src/client_metatypes.h @@ -26,4 +26,4 @@ Q_DECLARE_METATYPE(QList) Q_DECLARE_METATYPE(Event_ReplayAdded) -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/counter_general.h b/cockatrice/src/counter_general.h index 58468aa8c..d815f3c4e 100644 --- a/cockatrice/src/counter_general.h +++ b/cockatrice/src/counter_general.h @@ -14,4 +14,4 @@ public: void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/dlg_cardsearch.h b/cockatrice/src/dlg_cardsearch.h index 43f8fee3b..4c2ccccfc 100644 --- a/cockatrice/src/dlg_cardsearch.h +++ b/cockatrice/src/dlg_cardsearch.h @@ -21,4 +21,4 @@ public: QSet getCardColors() const; }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/gametypemap.h b/cockatrice/src/gametypemap.h index fce161752..0235b4720 100644 --- a/cockatrice/src/gametypemap.h +++ b/cockatrice/src/gametypemap.h @@ -5,4 +5,4 @@ typedef QMap GameTypeMap; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/localclient.h b/cockatrice/src/localclient.h index 2a8da910f..6cf5382ef 100644 --- a/cockatrice/src/localclient.h +++ b/cockatrice/src/localclient.h @@ -18,4 +18,4 @@ private slots: void itemFromServer(const ServerMessage &item); }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/localserverinterface.h b/cockatrice/src/localserverinterface.h index 0b4eb2278..d9c9d8c62 100644 --- a/cockatrice/src/localserverinterface.h +++ b/cockatrice/src/localserverinterface.h @@ -20,4 +20,4 @@ public slots: void itemFromClient(const CommandContainer &item); }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/playertarget.h b/cockatrice/src/playertarget.h index 398c67b0c..fa3c3e016 100644 --- a/cockatrice/src/playertarget.h +++ b/cockatrice/src/playertarget.h @@ -35,4 +35,4 @@ public: AbstractCounter *addCounter(int _counterId, const QString &_name, int _value); }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/soundengine.h b/cockatrice/src/soundengine.h index 313f4cd43..89dd67510 100644 --- a/cockatrice/src/soundengine.h +++ b/cockatrice/src/soundengine.h @@ -31,4 +31,4 @@ public slots: extern SoundEngine *soundEngine; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/tab_admin.h b/cockatrice/src/tab_admin.h index f0cdd126d..7d5e9175a 100644 --- a/cockatrice/src/tab_admin.h +++ b/cockatrice/src/tab_admin.h @@ -46,4 +46,4 @@ public: bool getLocked() const { return locked; } }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/userinfobox.h b/cockatrice/src/userinfobox.h index 2f7643c39..186ca8ff5 100644 --- a/cockatrice/src/userinfobox.h +++ b/cockatrice/src/userinfobox.h @@ -24,4 +24,4 @@ public slots: void updateInfo(const QString &userName); }; -#endif \ No newline at end of file +#endif diff --git a/cockatrice/src/userlist.h b/cockatrice/src/userlist.h index 32d576af8..001db6218 100644 --- a/cockatrice/src/userlist.h +++ b/cockatrice/src/userlist.h @@ -92,4 +92,4 @@ public: void sortItems(); }; -#endif \ No newline at end of file +#endif diff --git a/common/color.h b/common/color.h index ebf632c01..c96eda07e 100644 --- a/common/color.h +++ b/common/color.h @@ -32,4 +32,4 @@ inline color makeColor(int r, int g, int b) return result; } -#endif \ No newline at end of file +#endif diff --git a/common/server_arrowtarget.h b/common/server_arrowtarget.h index 589dfa8a7..f5783d5b8 100644 --- a/common/server_arrowtarget.h +++ b/common/server_arrowtarget.h @@ -7,4 +7,4 @@ class Server_ArrowTarget : public QObject { Q_OBJECT }; -#endif \ No newline at end of file +#endif