summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/iconview.h
authorzecke <zecke>2004-04-02 23:46:47 (UTC)
committer zecke <zecke>2004-04-02 23:46:47 (UTC)
commit02bb854283a7b0abecf3d3e9dd4c9ece0c5ef6a9 (patch) (side-by-side diff)
treef0ff26b90aefd930c18735cf49b2a9e2c7c6ba9a /noncore/graphics/opie-eye/gui/iconview.h
parentcc94df750d5e0c016fad2dc12bbbf7cd8592e7c8 (diff)
downloadopie-02bb854283a7b0abecf3d3e9dd4c9ece0c5ef6a9.zip
opie-02bb854283a7b0abecf3d3e9dd4c9ece0c5ef6a9.tar.gz
opie-02bb854283a7b0abecf3d3e9dd4c9ece0c5ef6a9.tar.bz2
Ah finally the IconView is a bit faster... Still needs a Qt patch
But hey previewing is really useful now. I think it is one of the fastest Image Viewer available for Unix/Windoze...
Diffstat (limited to 'noncore/graphics/opie-eye/gui/iconview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/iconview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/gui/iconview.h b/noncore/graphics/opie-eye/gui/iconview.h
index 0fba327..7ddb023 100644
--- a/noncore/graphics/opie-eye/gui/iconview.h
+++ b/noncore/graphics/opie-eye/gui/iconview.h
@@ -74,6 +74,7 @@ private:
QComboBox* m_views;
QIconView* m_view;
QString m_path;
+ bool m_updatet : 1;
};
#endif