ginebra2/Application.h
changeset 10 232fbd5a2dcb
parent 5 0f2326c2a325
child 12 afcd8e6d025b
equal deleted inserted replaced
6:1c3b8676e58c 10:232fbd5a2dcb
    49     ~GinebraApplication();
    49     ~GinebraApplication();
    50   public slots:
    50   public slots:
    51     void quit();
    51     void quit();
    52     void debug(const QString &msg);
    52     void debug(const QString &msg);
    53     QString ui() const { return UI_FRAMEWORK; }
    53     QString ui() const { return UI_FRAMEWORK; }
       
    54     void sendToBackground();
    54   signals:
    55   signals:
    55     void aboutToQuit();
    56     void aboutToQuit();
    56   private:
    57   private:
    57     QCoreApplication * m_app;
    58     QCoreApplication * m_app;
    58 };
    59 };