summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h')
-rw-r--r--examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h b/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h
index 7f8d3ff..c345641 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h
+++ b/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h
@@ -45,12 +45,12 @@
class DialogPlugin : public QDeclarativeExtensionPlugin
{
- Q_OBJECT
-
- public:
- //registerTypes is inherited from QDeclarativeExtensionPlugin
- void registerTypes(const char *uri);
-
+ Q_OBJECT
+
+ public:
+ //registerTypes is inherited from QDeclarativeExtensionPlugin
+ void registerTypes(const char *uri);
+
};
#endif