QtUI code cleanup / comment improvements

This commit is contained in:
Wladimir J. van der Laan
2011-08-08 17:38:17 +02:00
parent fb390d3505
commit b0849613bf
16 changed files with 110 additions and 152 deletions

View File

@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
{
{
// Put this in a block, so that BitcoinGUI is cleaned up properly before
// calling shutdown.
// calling Shutdown().
BitcoinGUI window;
splash.finish(&window);
OptionsModel optionsModel(pwalletMain);