~ubuntu-branches/ubuntu/quantal/kdevplatform/quantal-proposed

« back to all changes in this revision

Viewing changes to plugins/documentview/kdevdocumentview.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-24 00:06:18 UTC
  • mfrom: (0.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101024000618-7otebin77mfcmt3b
Tags: 1.1.0-0ubuntu1
* New upstream release
  - Bump build-dependencies
  - Build against libboost-serialization1.42-dev
  - Update kdevplatform1-libs.install
  - Update kdevplatform-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <QTreeView>
24
24
 
 
25
class QSortFilterProxyModel;
25
26
class KAction;
26
27
class KUrl;
27
28
class KDevDocumentViewPlugin;
80
81
    KDevDocumentViewPlugin *m_plugin;
81
82
    KDevDocumentModel *m_documentModel;
82
83
    KDevDocumentSelection* m_selectionModel;
 
84
    QSortFilterProxyModel* m_proxy;
83
85
    KDevDocumentViewDelegate* m_delegate;
84
86
    QHash< KDevelop::IDocument*, KDevFileItem* > m_doc2index;
85
87
    QList<KUrl> m_selectedDocs; // used for ctx menu