diff options
Diffstat (limited to 'Swift/QtUI/QtXMLConsoleWidget.h')
| -rw-r--r-- | Swift/QtUI/QtXMLConsoleWidget.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/Swift/QtUI/QtXMLConsoleWidget.h b/Swift/QtUI/QtXMLConsoleWidget.h index c22251f..912ad90 100644 --- a/Swift/QtUI/QtXMLConsoleWidget.h +++ b/Swift/QtUI/QtXMLConsoleWidget.h @@ -14,8 +14,6 @@ class QCheckBox;  class QColor;  namespace Swift { -	class XMLBeautifier; -  	class QtXMLConsoleWidget : public QtTabbable, public XMLConsoleWidget {  			Q_OBJECT @@ -38,6 +36,5 @@ namespace Swift {  		private:  			QTextEdit* textEdit;  			QCheckBox* enabled; -			XMLBeautifier* beautifier;  	};  }  | 
 Swift