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

8 lines
128 B
C++
Raw Normal View History

#include "createlocalgameviewimpl.h"
CreateLocalGameViewImpl::CreateLocalGameViewImpl(QObject *parent) : QObject(parent)
{
}