MainWindow: use non-pointer members where possible
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sat, 7 Aug 2010 10:04:45 +0000 (12:04 +0200)
committerDaniel Klaffenbach <danielklaffenbach@gmail.com>
Sun, 8 Aug 2010 20:05:56 +0000 (22:05 +0200)
commit0a229b2d482bc6dc3603a932749812c31233d61b
tree1444ed4627a4406a50f5fdd41477f0a1bcae369e
parente90ad1284bd94748f7ac3a0d17baa6a0ea6d4cb3
MainWindow: use non-pointer members where possible

Where possible let the compiler manage construction/destruction of
objects as this minimizes sources of memory leaks and allows more
easy instantiation.

Signed-off-by: Daniel Klaffenbach <danielklaffenbach@gmail.com>
src/mainwindow.cpp
src/mainwindow.h