diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:51:14 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:51:14 -0600 |
commit | 79751823a7e899821a14fd08c673ca0655ca4b51 (patch) | |
tree | eff23661b954ce94b6cc9bfb63fd99873ec77df9 /src/iconview/qiconview.h | |
parent | 577ad042c85beec9b04041e4565eac34db57abb0 (diff) | |
parent | d10d2321a34ab6c157bdf2a2e900c0ee52f1bd79 (diff) | |
download | qt3-79751823a7e899821a14fd08c673ca0655ca4b51.tar.gz qt3-79751823a7e899821a14fd08c673ca0655ca4b51.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
Diffstat (limited to 'src/iconview/qiconview.h')
-rw-r--r-- | src/iconview/qiconview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iconview/qiconview.h b/src/iconview/qiconview.h index 97780d8..109779f 100644 --- a/src/iconview/qiconview.h +++ b/src/iconview/qiconview.h @@ -452,6 +452,7 @@ protected: void contentsDropEvent( QDropEvent *e ); #endif + void bufferedPaintEvent( QPaintEvent* ); void resizeEvent( QResizeEvent* e ); void keyPressEvent( QKeyEvent *e ); void focusInEvent( QFocusEvent *e ); |