Make plasma libs build.
[amarok.git] / src / context / Context.h
blob88869ffcfc5a58ac9510b1efb76817ccf57c2e7a
1 /***************************************************************************
2 * copyright : (C) 2007 Leo Franchi <lfranchi@gmail.com> *
3 * *
4 **************************************************************************/
6 /***************************************************************************
7 * *
8 * This program is free software; you can redistribute it and/or modify *
9 * it under the terms of the GNU General Public License as published by *
10 * the Free Software Foundation; either version 2 of the License, or *
11 * (at your option) any later version. *
12 * *
13 ***************************************************************************/
15 #ifndef CONTEXT_H
16 #define CONTEXT_H
18 #include <QGraphicsItem>
20 /**
21 * add the ContextState (which we need)
23 namespace Context
26 enum ContextState { Home = 0 /**< Currently showing the home screen */,
27 Current, /**< Showing Current Track screen*/
28 Service /** <User is browsing a service > */
31 } // Context namespace
33 #endif // multiple inclusion guard