mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
more
This commit is contained in:
parent
c46ef255a1
commit
1baa188067
7 changed files with 29 additions and 0 deletions
6
cockatrice/src/tab_server.cpp
Normal file
6
cockatrice/src/tab_server.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "tab_server.h"
|
||||
|
||||
TabServer::TabServer(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue