aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/maincontroler.h
blob: 98d68ff21e81daace843ef9b14a51191c1cbcaea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MAINCONTROLER_H
#define MAINCONTROLER_H

#include <QObject>

class MainControler : public QObject
{
    Q_OBJECT
public:
    explicit MainControler(QObject *parent = 0);

signals:

public slots:
};

#endif // MAINCONTROLER_H