]> cloud.milkyroute.net Git - dolphin.git/commitdiff
msvc compile++
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>
Sun, 4 Mar 2007 12:44:47 +0000 (12:44 +0000)
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>
Sun, 4 Mar 2007 12:44:47 +0000 (12:44 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=639115

src/main.cpp
src/viewproperties.cpp

index 9de7b609a4accd9c560eec9c0de94c6835283c81..a205ddf28708cb1c270f7bcc5c3eeeba7a63b3e4 100644 (file)
@@ -73,7 +73,9 @@ int main(int argc, char **argv)
     }
 
 
     }
 
 
+#ifdef __GNUC__
 #warning TODO, SessionManagement
 #warning TODO, SessionManagement
+#endif
 #if 0
     if (false /* KDE4-TODO: app.isSessionRestored() */) {
         int n = 1;
 #if 0
     if (false /* KDE4-TODO: app.isSessionRestored() */) {
         int n = 1;
index 45aadba23902dda48e8317a8f757764d4621b02e..cf675f30a0276315f69e8f0ef24eacb304077cf9 100644 (file)
@@ -208,13 +208,3 @@ QString ViewProperties::destinationDir(const QString& subDir) const
     basePath.append("/view_properties/").append(subDir);
     return KStandardDirs::locateLocal("data", basePath);
 }
     basePath.append("/view_properties/").append(subDir);
     return KStandardDirs::locateLocal("data", basePath);
 }
-
-ViewProperties::ViewProperties(const ViewProperties& /*props*/)
-{
-    assert(false);
-}
-
-ViewProperties& ViewProperties::operator = (const ViewProperties& /*props*/)
-{
-    assert(false);
-}