mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 08:33:54 -07:00
more
This commit is contained in:
parent
c46ef255a1
commit
1baa188067
7 changed files with 29 additions and 0 deletions
13
cockatrice/src/tab_server.h
Normal file
13
cockatrice/src/tab_server.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef TAB_SERVER_H
|
||||
#define TAB_SERVER_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class TabServer : public QWidget {
|
||||
Q_OBJECT
|
||||
private:
|
||||
public:
|
||||
TabServer(QWidget *parent = 0);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue