summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/filedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/filedialog.cpp')
-rw-r--r--muse2/muse/widgets/filedialog.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/muse2/muse/widgets/filedialog.cpp b/muse2/muse/widgets/filedialog.cpp
index 02d4efb9..28c65ba5 100644
--- a/muse2/muse/widgets/filedialog.cpp
+++ b/muse2/muse/widgets/filedialog.cpp
@@ -247,36 +247,6 @@ void MFileDialog::directoryChanged(const QString&)
}
}
-/* ORCAN - disable preview for now. It is not available in qt4. We will
- need to implement it ourselves.
-//---------------------------------------------------------
-// ContentsPreview
-//---------------------------------------------------------
-
-ContentsPreview::~ContentsPreview()
- {
- if (bg)
- delete bg;
- }
-
-//---------------------------------------------------------
-// ContentsPreview::showPreview
-//---------------------------------------------------------
-
-void ContentsPreview::previewUrl(const Q3Url& url)
- {
- if (!url.isLocalFile())
- return;
- if (url.path() == path)
- return;
- path = url.path();
- if (bg)
- delete bg;
- bg = new QPixmap(path);
- if (bg)
- setBackgroundPixmap(*bg);
- }
-*/
//---------------------------------------------------------
// getFilterExtension