summaryrefslogtreecommitdiff
path: root/libopie2/opienet/odebugmapper.h
Unidiff
Diffstat (limited to 'libopie2/opienet/odebugmapper.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/odebugmapper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libopie2/opienet/odebugmapper.h b/libopie2/opienet/odebugmapper.h
index 66b331d..f47db47 100644
--- a/libopie2/opienet/odebugmapper.h
+++ b/libopie2/opienet/odebugmapper.h
@@ -11,2 +11,6 @@
11 11
12namespace Opie {
13namespace Net {
14namespace Private {
15
12typedef QIntDict<QString> IntStringMap; 16typedef QIntDict<QString> IntStringMap;
@@ -22,4 +26,10 @@ class DebugMapper
22 IntStringMap _map; 26 IntStringMap _map;
27 class Private;
28 Private *d;
23}; 29};
24 30
31}
32}
33}
34
25#endif 35#endif