1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

msvc compile++

svn path=/trunk/KDE/kdebase/apps/; revision=639115
This commit is contained in:
Christian Ehrlicher 2007-03-04 12:44:47 +00:00
parent 862c090bf3
commit 39de6c264f
2 changed files with 2 additions and 10 deletions

View File

@ -73,7 +73,9 @@ int main(int argc, char **argv)
}
#ifdef __GNUC__
#warning TODO, SessionManagement
#endif
#if 0
if (false /* KDE4-TODO: app.isSessionRestored() */) {
int n = 1;

View File

@ -208,13 +208,3 @@ QString ViewProperties::destinationDir(const QString& subDir) const
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);
}