changeset 537:a487cdd9c083

Since this class shall be completely static, the default constructor needed to be made private. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@777 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 25 Sep 2008 16:55:07 +0000
parents c35bb20e9f3f
children 2560562a09f2
files src/SettingsPaths.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/SettingsPaths.h	Thu Sep 25 16:53:35 2008 +0000
+++ b/src/SettingsPaths.h	Thu Sep 25 16:55:07 2008 +0000
@@ -37,6 +37,8 @@
     static bool getPortableMode();
 
 private:
+    SettingsPaths();
+    
     static bool alreadyInitialized;
     static QString applicationBinaryPath;
     static QString settingsPath;