OTHER: get rid of XMMSHandler and update classes using it
This commit is contained in:
parent
786b745d55
commit
982660510a
33 changed files with 145 additions and 266 deletions
|
|
@ -15,6 +15,8 @@
|
|||
|
||||
#include <QApplication>
|
||||
|
||||
class XClient;
|
||||
|
||||
class Application;
|
||||
#if defined(qApp)
|
||||
#undef qApp
|
||||
|
|
@ -32,11 +34,15 @@ class Application : public QApplication
|
|||
public:
|
||||
Application (int &argc, char **argv);
|
||||
|
||||
XClient *client () const {return m_xmms2_client;}
|
||||
|
||||
public slots:
|
||||
void cleanupHandler ();
|
||||
void handleDisconnected ();
|
||||
|
||||
private:
|
||||
XClient *m_xmms2_client;
|
||||
|
||||
// TODO: Search some better place for those methods
|
||||
public:
|
||||
bool isTimemodeReverse(void) {return m_timemode_reverse;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue