~ubuntu-branches/ubuntu/natty/kdebase-runtime/natty-updates

« back to all changes in this revision

Viewing changes to nepomuk/server/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-22 15:23:10 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20101222152310-e3e1ayul5vvoupt3
Tags: 4:4.5.90-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* This file is part of the KDE Project
2
 
   Copyright (c) 2007 Sebastian Trueg <trueg@kde.org>
 
2
   Copyright (c) 2007-2010 Sebastian Trueg <trueg@kde.org>
3
3
 
4
4
   This library is free software; you can redistribute it and/or
5
5
   modify it under the terms of the GNU Library General Public
109
109
    installSignalHandler();
110
110
 
111
111
    Nepomuk::ServerApplication app;
 
112
    app.disableSessionManagement();
112
113
    app.setQuitOnLastWindowClosed( false );
113
114
    return app.exec();
114
115
}