Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
562de055
Commit
562de055
authored
May 15, 2013
by
Mark Morschhäuser
Browse files
Fixed compile warnings due to missing \n at EOF.
parent
187fa23f
Changes
16
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/abstractclient.h
View file @
562de055
...
...
@@ -89,4 +89,4 @@ public:
static
PendingCommand
*
prepareAdminCommand
(
const
::
google
::
protobuf
::
Message
&
cmd
);
};
#endif
\ No newline at end of file
#endif
cockatrice/src/arrowtarget.h
View file @
562de055
...
...
@@ -32,4 +32,4 @@ public:
void
removeArrowTo
(
ArrowItem
*
arrow
)
{
arrowsTo
.
removeAt
(
arrowsTo
.
indexOf
(
arrow
));
}
};
#endif
\ No newline at end of file
#endif
cockatrice/src/chatview.h
View file @
562de055
...
...
@@ -50,4 +50,4 @@ signals:
void
deleteCardInfoPopup
(
QString
cardName
);
};
#endif
\ No newline at end of file
#endif
cockatrice/src/client_metatypes.h
View file @
562de055
...
...
@@ -26,4 +26,4 @@ Q_DECLARE_METATYPE(QList<ServerInfo_User>)
Q_DECLARE_METATYPE
(
Event_ReplayAdded
)
#endif
\ No newline at end of file
#endif
cockatrice/src/counter_general.h
View file @
562de055
...
...
@@ -14,4 +14,4 @@ public:
void
paint
(
QPainter
*
painter
,
const
QStyleOptionGraphicsItem
*
option
,
QWidget
*
widget
);
};
#endif
\ No newline at end of file
#endif
cockatrice/src/dlg_cardsearch.h
View file @
562de055
...
...
@@ -21,4 +21,4 @@ public:
QSet
<
QString
>
getCardColors
()
const
;
};
#endif
\ No newline at end of file
#endif
cockatrice/src/gametypemap.h
View file @
562de055
...
...
@@ -5,4 +5,4 @@
typedef
QMap
<
int
,
QString
>
GameTypeMap
;
#endif
\ No newline at end of file
#endif
cockatrice/src/localclient.h
View file @
562de055
...
...
@@ -18,4 +18,4 @@ private slots:
void
itemFromServer
(
const
ServerMessage
&
item
);
};
#endif
\ No newline at end of file
#endif
cockatrice/src/localserverinterface.h
View file @
562de055
...
...
@@ -20,4 +20,4 @@ public slots:
void
itemFromClient
(
const
CommandContainer
&
item
);
};
#endif
\ No newline at end of file
#endif
cockatrice/src/playertarget.h
View file @
562de055
...
...
@@ -35,4 +35,4 @@ public:
AbstractCounter
*
addCounter
(
int
_counterId
,
const
QString
&
_name
,
int
_value
);
};
#endif
\ No newline at end of file
#endif
cockatrice/src/soundengine.h
View file @
562de055
...
...
@@ -31,4 +31,4 @@ public slots:
extern
SoundEngine
*
soundEngine
;
#endif
\ No newline at end of file
#endif
cockatrice/src/tab_admin.h
View file @
562de055
...
...
@@ -46,4 +46,4 @@ public:
bool
getLocked
()
const
{
return
locked
;
}
};
#endif
\ No newline at end of file
#endif
cockatrice/src/userinfobox.h
View file @
562de055
...
...
@@ -24,4 +24,4 @@ public slots:
void
updateInfo
(
const
QString
&
userName
);
};
#endif
\ No newline at end of file
#endif
cockatrice/src/userlist.h
View file @
562de055
...
...
@@ -92,4 +92,4 @@ public:
void
sortItems
();
};
#endif
\ No newline at end of file
#endif
common/color.h
View file @
562de055
...
...
@@ -32,4 +32,4 @@ inline color makeColor(int r, int g, int b)
return
result
;
}
#endif
\ No newline at end of file
#endif
common/server_arrowtarget.h
View file @
562de055
...
...
@@ -7,4 +7,4 @@ class Server_ArrowTarget : public QObject {
Q_OBJECT
};
#endif
\ No newline at end of file
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment