diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 20:03:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 20:03:43 +0200 |
commit | 686956e394c4a42ec097f281b3a36844b24471ee (patch) | |
tree | f43c3fd4808d1ce1781fdc2a342ee79a14ad54f0 | |
parent | animated loading. Imported following (a bit) Arora code.. (diff) | |
download | rekonq-686956e394c4a42ec097f281b3a36844b24471ee.tar.xz |
pedantic
-rw-r--r-- | src/mainview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 77d1d050..995b4f2d 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -145,6 +145,7 @@ private: /** * This function creates (if not exists) and returns a QLabel * with a loading QMovie. + * Inspired from Arora's code. * * @param index the tab index where inserting the animated label * |