summaryrefslogtreecommitdiffstats
path: root/common/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/console.h')
-rw-r--r--common/console.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/console.h b/common/console.h
index 0df5c38..e0b803c 100644
--- a/common/console.h
+++ b/common/console.h
@@ -7,6 +7,9 @@
7 7
8class QTextBrowser; 8class QTextBrowser;
9 9
10namespace Akonadi2
11{
12
10class AKONADI2COMMON_EXPORT Console : public QWidget 13class AKONADI2COMMON_EXPORT Console : public QWidget
11{ 14{
12 Q_OBJECT 15 Q_OBJECT
@@ -22,3 +25,5 @@ private:
22 QTime m_timestamper; 25 QTime m_timestamper;
23 static Console *s_output; 26 static Console *s_output;
24}; 27};
28
29} // namespace Akonadi2