You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
240 B

#ifndef APPLICATION_H
#define APPLICATION_H
#include <QCoreApplication>
#include <QObject>
class Application : public QCoreApplication
{
Q_OBJECT
public:
Application(int argc, char *argv[]);
signals:
};
#endif // APPLICATION_H