summaryrefslogtreecommitdiffstats
path: root/examples/xml/saxbookmarks/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/saxbookmarks/mainwindow.cpp')
-rw-r--r--examples/xml/saxbookmarks/mainwindow.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/xml/saxbookmarks/mainwindow.cpp b/examples/xml/saxbookmarks/mainwindow.cpp
index 93aae7f906..0f65c1f71c 100644
--- a/examples/xml/saxbookmarks/mainwindow.cpp
+++ b/examples/xml/saxbookmarks/mainwindow.cpp
@@ -65,15 +65,6 @@ MainWindow::MainWindow()
void MainWindow::open()
{
-#if defined(Q_OS_SYMBIAN)
- // Look for bookmarks on the same drive where the application is installed to,
- // if drive is not read only. QDesktopServices::DataLocation does this check,
- // and returns writable drive.
- QString bookmarksFolder =
- QDesktopServices::storageLocation(QDesktopServices::DataLocation).left(1);
- bookmarksFolder.append(":/Data/qt/saxbookmarks");
- QDir::setCurrent(bookmarksFolder);
-#endif
QString fileName =
QFileDialog::getOpenFileName(this, tr("Open Bookmark File"),
QDir::currentPath(),