~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/plugins/custom-definesandincludes/kcm_widget/projectpathswidget.h

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer, Pino Toscano, Sune Vuorela, Lisandro Damián Nicanor Pérez Meyer
  • Date: 2015-09-02 21:10:24 UTC
  • mfrom: (1.3.24)
  • Revision ID: package-import@ubuntu.com-20150902211024-ntruxcyb574f3xuk
Tags: 4:4.7.1-1
* Team upload.

[ Pino Toscano ]
* Change section of kdevelop-dev to libdevel.
* Add ${misc:Depends} in kdevelop-dbg and kdevelop-l10n.

[ Sune Vuorela ]
* Make KDevelop recommend kapptemplate to have more meaningful project
  templates available.

[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
  - Bump kdevplatform-dev build dependency to 1.7.1.
* Remove kde-workspace from build dependencies. We no longer provide
  a KDE 4 based workspace.
  - Add libsoprano-dev as a build dependency, it was probably previously
    pulled in by kde-workspace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <qabstractitemmodel.h>
25
25
 
26
 
#include <language/interfaces/idefinesandincludesmanager.h>
27
26
#include "../compilerprovider/icompiler.h"
28
 
 
29
 
using KDevelop::ConfigEntry;
30
 
using KDevelop::Defines;
 
27
#include "../compilerprovider/settingsmanager.h"
31
28
 
32
29
class KUrlRequester;
33
30
namespace Ui
75
72
    void includesChanged( const QStringList& includes );
76
73
 
77
74
    // Forward defines model changes into the pathsModel
78
 
    void definesChanged( const Defines& defines );
 
75
    void definesChanged( const KDevelop::Defines& defines );
79
76
private:
80
77
    Ui::ProjectPathsWidget* ui;
81
78
    ProjectPathsModel* pathsModel;