diff options
| author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-27 00:52:36 +0000 |
|---|---|---|
| committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-27 00:52:36 +0000 |
| commit | 83898a46ade9f248fdae8703e97b3ea1bc03273d (patch) | |
| tree | 3dafb97be064279b73fc8dceea848cd794e221db /muse2/muse/widgets | |
| parent | 8092776083f70a25b8615c7b8d6299e2daba8865 (diff) | |
Please see the ChangeLog
Diffstat (limited to 'muse2/muse/widgets')
| -rw-r--r-- | muse2/muse/widgets/filedialog.cpp | 30 |
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 |
