Refactor InputObject(EventFilter and VirtualKeyboard).
This commit is contained in:
17
src/UsctApplication.h
Normal file
17
src/UsctApplication.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef USCTAPPLICATION_H
|
||||
#define USCTAPPLICATION_H
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
class UsctApplication : public QApplication
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
UsctApplication(int& argc, char** argv);
|
||||
~UsctApplication();
|
||||
|
||||
private:
|
||||
bool notify(QObject* aReceiver, QEvent* aEvent);
|
||||
};
|
||||
|
||||
#endif // USCTAPPLICATION_H
|
||||
Reference in New Issue
Block a user