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

« back to all changes in this revision

Viewing changes to shell/documentationcontroller.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhargav Mangipudi
  • Date: 2010-12-16 19:31:23 UTC
  • mfrom: (0.3.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20101216193123-xe2keh5754zwsn1t
Tags: 1.1.80-0ubuntu1
* New upstream release
  - kdevplatform2-libs is now kdevplatform3-libs due to ABI changes
  - Update kdevplatform3-libs.install to include l10n files
  - Update kdevplatform-dev.install
* Removed localization packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
   Copyright 2009 Aleix Pol Gonzalez <aleixpol@kde.org>
 
3
   Copyright 2010 Benjamin Port <port.benjamin@gmail.com>
3
4
   
4
5
   This library is free software; you can redistribute it and/or
5
6
   modify it under the terms of the GNU Library General Public
33
34
class Context;
34
35
class ContextMenuExtension;
35
36
 
36
 
class DocumentationController : public QObject, public KDevelop::IDocumentationController
 
37
class DocumentationController : public KDevelop::IDocumentationController
37
38
{
38
39
        Q_OBJECT
39
40
    public:
46
47
        virtual void showDocumentation(KSharedPtr< KDevelop::IDocumentation > doc);
47
48
        ContextMenuExtension contextMenuExtension( Context* context );
48
49
        
 
50
    public slots:
 
51
        virtual void changedDocumentationProviders();
49
52
    private slots:
50
53
        void doShowDocumentation();
51
54
    private: