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 92b49826..507c3fdd 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 f68ac335..ce3ca55c 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 37685e10..d5c35d38 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 979054c4..db1c90f7 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 58468aa8..d815f3c4 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 43f8fee3..4c2ccccf 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 fce16175..0235b472 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 2a8da910..6cf5382e 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 0b4eb227..d9c9d8c6 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 398c67b0..fa3c3e01 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 313f4cd4..89dd6751 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 f0cdd126..7d5e9175 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 2f7643c3..186ca8ff 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 32d576af..001db621 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 ebf632c0..c96eda07 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 589dfa8a..f5783d5b 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