~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/qnx/bardescriptoreditorfactory.h

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#include <coreplugin/editormanager/ieditorfactory.h>
36
36
 
37
 
namespace TextEditor {
38
 
class TextEditorActionHandler;
39
 
}
40
 
 
41
37
namespace Qnx {
42
38
namespace Internal {
43
39
 
47
43
 
48
44
public:
49
45
    explicit BarDescriptorEditorFactory(QObject *parent = 0);
50
 
    ~BarDescriptorEditorFactory();
51
 
 
52
 
    Core::IEditor *createEditor(QWidget *parent);
53
 
 
54
 
private:
55
 
    TextEditor::TextEditorActionHandler *m_actionHandler;
 
46
 
 
47
    Core::IEditor *createEditor();
56
48
};
57
49
 
58
50
} // namespace Internal