#ifndef XAPPLICATION_H #define XAPPLICATION_H #include #include #include class XApp : public QApplication { public: XApp(int argc, char **argv); virtual bool notify(QObject *receiver, QEvent *event); public: static Schedule::CommandsDispatcher *const disp_core; static Config::Configration *const global_configration; }; #endif // XAPPLICATION_H