Quark  0.1
RuntimeUtils.h++
Go to the documentation of this file.
1 #ifndef __libquark_util_RuntimeUtils_hxx
2 #define __libquark_util_RuntimeUtils_hxx
3 
4 #include <QString>
5 
6 #include <quark/Quark.h++>
7 
8 namespace quark {
9 namespace util {
10 
17 {
18  public:
19 
21  static QString getUserName();
22 
24  static QString getErrorMessage(const QString &text = QString::null);
25 
26  private:
27 
28  RuntimeUtils();
29 
30  Q_DISABLE_COPY(RuntimeUtils);
31 };
32 
33 } // namespace util
34 } // namespace quark
35 
36 #endif // __libquark_util_RuntimeUtils_hxx
A collection of runtime utility functions.
Definition: RuntimeUtils.h++:16
Definition: BarChartView.h++:6
#define LIBQUARK_API
Definition: Quark.h++:18