New Blinds Raise Interval Selector Component for ListViews
Outsourced Styles for RadioButton and TextField
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "createlocalgameimpl.h"
|
||||
|
||||
CreateLocalGameImpl::CreateLocalGameImpl(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#ifndef CREATELOCALGAMEIMPL_H
|
||||
#define CREATELOCALGAMEIMPL_H
|
||||
|
||||
|
||||
class CreateLocalGameImpl : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit CreateLocalGameImpl(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
};
|
||||
|
||||
#endif // CREATELOCALGAMEIMPL_H
|
||||
@@ -0,0 +1,7 @@
|
||||
#include "startimpl.h"
|
||||
|
||||
StartImpl::StartImpl(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#ifndef STARTIMPL_H
|
||||
#define STARTIMPL_H
|
||||
|
||||
|
||||
class StartImpl : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit StartImpl(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
};
|
||||
|
||||
#endif // STARTIMPL_H
|
||||
Reference in New Issue
Block a user