~ken-vandine/ubuntu-system-settings/new_updates_no_sid

« back to all changes in this revision

Viewing changes to src/main.cpp

  • Committer: Alberto Mardegan
  • Date: 2013-05-13 07:59:45 UTC
  • Revision ID: alberto.mardegan@canonical.com-20130513075945-5l9k4shvldzyh6ut
Move Plugin client code to src/

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "debug.h"
22
22
#include "i18n.h"
 
23
#include "plugin-manager.h"
23
24
 
24
25
#include <QGuiApplication>
25
26
#include <QProcessEnvironment>
27
28
#include <QUrl>
28
29
#include <QQuickView>
29
30
#include <QtQml>
30
 
#include <SystemSettings/PluginManager>
31
31
 
32
32
using namespace SystemSettings;
33
33