This commit is contained in:
Max-Wilhelm Bruker 2009-11-12 17:32:20 +01:00
parent c46ef255a1
commit 1baa188067
7 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#include "tab_server.h"
TabServer::TabServer(QWidget *parent)
: QWidget(parent)
{
}