Files
pokerth/src/gui/qml/cpp/createlocalgameviewimpl.cpp
T

8 lines
116 B
C++
Raw Normal View History

#include "createlocalgameimpl.h"
CreateLocalGameImpl::CreateLocalGameImpl(QObject *parent) : QObject(parent)
{
}