~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/cppeditor/cppfilewizard.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    Q_OBJECT
43
43
 
44
44
public:
45
 
    typedef Core::BaseFileWizardParameters BaseFileWizardParameters;
46
 
 
47
 
    CppFileWizard(const BaseFileWizardParameters &parameters,
48
 
                  FileType type,
49
 
                  QObject *parent = 0);
50
 
 
51
 
protected:
 
45
    CppFileWizard(FileType type);
 
46
 
 
47
private:
52
48
    QString fileContents(FileType type, const QString &baseName) const;
53
49
 
54
 
protected:
55
50
    Core::GeneratedFiles generateFilesFromPath(const QString &path,
56
51
                                               const QString &fileName,
57
52
                                               QString *errorMessage) const;