Select Git revision
SFLPhoneapplication.h
-
Emmanuel Lepage authoredEmmanuel Lepage authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
SFLPhoneapplication.h 648 B
#ifndef SFLPHONEAPPLICATION_H
#define SFLPHONEAPPLICATION_H
#include <KApplication>
#include <QDBusAbstractAdaptor>
//SFLPhone
class SFLPhone;
///@class SFLPhoneApplication Main application
class SFLPhoneApplication : public KApplication
{
Q_OBJECT
public:
// Constructor
SFLPhoneApplication();
// Destructor
virtual ~SFLPhoneApplication();
private: // private methods
void initializeMainWindow();
void initializePaths();
private:
// Reference to the sflphone window
//SFLPhone *sflphoneWindow_;
private slots:
Q_NOREPLY void quit2();
};
#endif // SFLPHONEAPPLICATION_H