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
1baa1880
Commit
1baa1880
authored
Nov 12, 2009
by
Max-Wilhelm Bruker
Browse files
more
parent
c46ef255
Changes
7
Hide whitespace changes
Inline
Side-by-side
cockatrice/cockatrice.pro
View file @
1baa1880
...
...
@@ -43,6 +43,9 @@ HEADERS += src/counter.h \
src
/
chatwidget
.
h
\
src
/
gamescene
.
h
\
src
/
arrowitem
.
h
\
src
/
tab_server
.
h
\
src
/
tab_chatchannel
.
h
\
src
/
tab_game
.
h
\
..
/
common
/
protocol
.
h
\
..
/
common
/
protocol_items
.
h
\
..
/
common
/
protocol_datastructures
.
h
...
...
@@ -84,6 +87,9 @@ SOURCES += src/counter.cpp \
src
/
chatwidget
.
cpp
\
src
/
gamescene
.
cpp
\
src
/
arrowitem
.
cpp
\
src
/
tab_server
.
cpp
\
src
/
tab_chatchannel
.
cpp
\
src
/
tab_game
.
cpp
\
..
/
common
/
protocol
.
cpp
\
..
/
common
/
protocol_items
.
cpp
...
...
cockatrice/src/tab_chatchannel.cpp
0 → 100644
View file @
1baa1880
cockatrice/src/tab_chatchannel.h
0 → 100644
View file @
1baa1880
cockatrice/src/tab_game.cpp
0 → 100644
View file @
1baa1880
cockatrice/src/tab_game.h
0 → 100644
View file @
1baa1880
cockatrice/src/tab_server.cpp
0 → 100644
View file @
1baa1880
#include
"tab_server.h"
TabServer
::
TabServer
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
}
cockatrice/src/tab_server.h
0 → 100644
View file @
1baa1880
#ifndef TAB_SERVER_H
#define TAB_SERVER_H
#include
<QWidget>
class
TabServer
:
public
QWidget
{
Q_OBJECT
private:
public:
TabServer
(
QWidget
*
parent
=
0
);
};
#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