xdxfDialog in qml
[mdictionary] / src / mdictionary / gui / SettingsWidget.cpp
index b8b3c4d..4c37017 100644 (file)
@@ -32,7 +32,6 @@ SettingsWidget::SettingsWidget(GUIInterface *parent) : QDialog(parent) {
 guiInterface = parent;
 
 #ifndef Q_WS_MAEMO_5
-
     view= new QDeclarativeView();
     view->setSource(QUrl::fromLocalFile("/usr/share/mdictionary/qml/SettingsWidget.qml"));
     view->setResizeMode(QDeclarativeView::SizeRootObjectToView);