Reduce memory footprint of help viewer
authorDaniel Klaffenbach <danielklaffenbach@gmail.com>
Sun, 6 Mar 2011 19:46:49 +0000 (20:46 +0100)
committerDaniel Klaffenbach <danielklaffenbach@gmail.com>
Sun, 6 Mar 2011 19:46:49 +0000 (20:46 +0100)
commit08c6fef02ca416b6b33677cf1c47afdfb31c6e30
treeca5f9eb7cbad7b011bc4b3660ad5840aebc316dc
parentd590da330cec2e60dd468c585160b5553dd085c8
Reduce memory footprint of help viewer

We used to store all help files as resources which unnecessarily
increased the binary size. This implements loading of the help
ressources from the filesystem instead.
src/helpwindow.cpp
src/helpwindow.h
src/resources.qrc
src/src.pro