summaryrefslogtreecommitdiff
path: root/doc/src/snippets/textdocument-imagedrop/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/textdocument-imagedrop/textedit.h')
-rw-r--r--doc/src/snippets/textdocument-imagedrop/textedit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/snippets/textdocument-imagedrop/textedit.h b/doc/src/snippets/textdocument-imagedrop/textedit.h
index 9e0492b937..9db9f17caf 100644
--- a/doc/src/snippets/textdocument-imagedrop/textedit.h
+++ b/doc/src/snippets/textdocument-imagedrop/textedit.h
@@ -46,11 +46,11 @@
class TextEdit : public QTextEdit
{
Q_OBJECT
-
-public:
+
+public:
TextEdit(QWidget *parent=0);
bool canInsertFromMimeData( const QMimeData *source ) const;
void insertFromMimeData( const QMimeData *source );
};
-#endif \ No newline at end of file
+#endif