summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oglobalsettings.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/oglobalsettings.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/oglobalsettings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libopie2/opiecore/oglobalsettings.h b/libopie2/opiecore/oglobalsettings.h
index 6481251..d3f357e 100644
--- a/libopie2/opiecore/oglobalsettings.h
+++ b/libopie2/opiecore/oglobalsettings.h
@@ -49,2 +49,3 @@
//FIXME: happen step-by-step. ML.
+// we should not habe too much configure options!!!!!! -zecke
@@ -101,2 +102,3 @@ class OGlobalSettings
+ // we do not support DND at the momemt -zecke
static int dndEventDelay();
@@ -116,2 +118,3 @@ class OGlobalSettings
**/
+ // would clutter the small screen -zecke
static bool insertTearOffHandle();
@@ -253,2 +256,3 @@ class OGlobalSettings
*/
+ // below handled by Global stuff and QPEApplication
static QString desktopPath() { initStatic(); return *s_desktopPath; }
@@ -263,2 +267,3 @@ class OGlobalSettings
*/
+ // we do not have that concept -zecke
static QString trashPath() { initStatic(); return *s_trashPath; }