~ubuntu-branches/ubuntu/trusty/kdevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to documentation/qthelp/qthelpdocumentation.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-12-09 18:54:59 UTC
  • mfrom: (1.7.19)
  • Revision ID: package-import@ubuntu.com-20131209185459-zlxv7jo7up8gthne
Tags: 4:4.6.0-0ubuntu1
* New upstream release (LP: #1259220)
* Update install files 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class QtHelpProviderAbstract;
33
33
class QTemporaryFile;
34
34
 
35
 
class QtHelpDocumentation : public QObject, public KDevelop::IDocumentation
 
35
class QtHelpDocumentation : public KDevelop::IDocumentation
36
36
{
37
37
    Q_OBJECT
38
38
    public:
69
69
        QWeakPointer<QTemporaryFile> m_lastStyleSheet;
70
70
};
71
71
 
72
 
class HomeDocumentation : public QObject, public KDevelop::IDocumentation
 
72
class HomeDocumentation : public KDevelop::IDocumentation
73
73
{
74
74
    Q_OBJECT
75
75
    public: