summaryrefslogtreecommitdiffstats
path: root/src/widget/woverviewlmh.h
diff options
context:
space:
mode:
authorxorik <xor29a@bk.ru>2013-06-19 18:25:46 +0400
committerxorik <xor29a@bk.ru>2013-06-20 10:58:22 +0400
commitc44dd8089812e7991e357a69cb91a704a41b0788 (patch)
tree368641a281342c62b25b6f29bac67fe203021fc3 /src/widget/woverviewlmh.h
parent70425b2a23d30cc49c45a98ab3cd1c6562ed435c (diff)
Move WOverview::drawNextPixmapPart() into new class WOverviewLMH
Diffstat (limited to 'src/widget/woverviewlmh.h')
-rw-r--r--src/widget/woverviewlmh.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/widget/woverviewlmh.h b/src/widget/woverviewlmh.h
new file mode 100644
index 0000000000..b0a433e776
--- /dev/null
+++ b/src/widget/woverviewlmh.h
@@ -0,0 +1,15 @@
+#ifndef WOVERVIEWLMH_H
+#define WOVERVIEWLMH_H
+
+#include "widget/woverview.h"
+
+class WOverviewLMH : public WOverview
+{
+ public:
+ WOverviewLMH(const char *pGroup, ConfigObject<ConfigValue>* pConfig, QWidget * parent);
+
+ private:
+ virtual bool drawNextPixmapPart();
+};
+
+#endif // WOVERVIEWLMH_H