Delete closeEvent and and ButtonBox to htmleditor

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2082 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-04-01 16:19:05 +00:00
parent b10c83f8fe
commit 5c8a1bee57
5 changed files with 91 additions and 666 deletions

View File

@@ -50,9 +50,6 @@ public:
void loadHtml(const QString &f);
void setSimpleDisplay(bool state);
protected:
virtual void closeEvent(QCloseEvent *e);
private:
void setupActions();
void setupToolBar();
@@ -116,7 +113,9 @@ private:
Ui_Dialog *ui_dialog;
QDialog *insertHtmlDialog;
private slots:
void on_buttonBox_accepted();
void on_buttonBox_rejected();
};
#endif // HTML_EDITOR_H