~didrocks/sni-qt/small-debug

« back to all changes in this revision

Viewing changes to src/statusnotifieritem.cpp

  • Committer: Aurelien Gateau
  • Date: 2011-08-03 08:04:03 UTC
  • Revision ID: aurelien.gateau@canonical.com-20110803080403-kx53h9jtyke8jyy0
Move all classes into a SniQt namespace to reduce risks of symbol clashes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <QSettings>
36
36
#include <QWheelEvent>
37
37
 
 
38
namespace SniQt {
 
39
 
38
40
static const char* SNI_CATEGORY_PROPERTY = "_sni_qt_category";
39
41
static const char* DEFAULT_CATEGORY = "ApplicationStatus";
40
42
 
305
307
    }
306
308
}
307
309
 
 
310
} // namespace SniQt
 
311
 
308
312
#include <statusnotifieritem.moc>