MagicSmoke  $VERSION$
waitcursor.h
Go to the documentation of this file.
1 //
2 // C++ Interface: waitcursor
3 //
4 // Description:
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009-2011
8 //
9 // Copyright: See README/COPYING.GPL files that come with this distribution
10 //
11 //
12 
13 #ifndef MAGICSMOKE_WAITCURSOR_H
14 #define MAGICSMOKE_WAITCURSOR_H
15 
16 #include "commonexport.h"
17 
20 {
21  public:
23  WaitCursor();
25  ~WaitCursor();
26 };
27 
28 
29 #endif
#define MAGICSMOKE_COMMON_EXPORT
Definition: commonexport.h:7
simple class to show a busy-cursor while an instance of it exists
Definition: waitcursor.h:19