forked from qt-creator/qt-creator
Add "Add library wizard" to the pro file editor
Reviewed-by: dt <qtc-committer@nokia.com> Task-number: QTCREATORBUG-125
This commit is contained in:
@@ -81,13 +81,13 @@ public:
|
||||
TextEditor::TextEditorActionHandler *actionHandler() const { return m_ah; }
|
||||
|
||||
void unCommentSelection();
|
||||
|
||||
protected:
|
||||
TextEditor::BaseTextEditorEditable *createEditableInterface();
|
||||
void contextMenuEvent(QContextMenuEvent *);
|
||||
|
||||
public slots:
|
||||
virtual void setFontSettings(const TextEditor::FontSettings &);
|
||||
void addLibrary();
|
||||
|
||||
private:
|
||||
ProFileEditorFactory *m_factory;
|
||||
|
||||
Reference in New Issue
Block a user