diff --git a/cockatrice/resources/icon_spectator.svg b/cockatrice/resources/icon_spectator.svg index 3bb47ad6..e9a0d3a4 100644 --- a/cockatrice/resources/icon_spectator.svg +++ b/cockatrice/resources/icon_spectator.svg @@ -1,275 +1,84 @@ + + width="500" + height="500" + id="svg2825" + version="1.1" + inkscape:version="0.47pre4 r22446" + sodipodi:docname="eye.svg"> + + + + + id="metadata2830"> - Iris and Pupil - - - - face - eye - bodypart - cornia - iris - - - - - Open Clip Art Library - - - - - Chris Hinsley - - - - - Chris Hinsley - - - image/svg+xml - - en + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="layer1" + transform="translate(0,-552.36218)"> + + diff --git a/cockatrice/src/main.cpp b/cockatrice/src/main.cpp index 29d7286e..66d3f450 100644 --- a/cockatrice/src/main.cpp +++ b/cockatrice/src/main.cpp @@ -85,5 +85,9 @@ int main(int argc, char *argv[]) ui.show(); qDebug("main(): ui.show() finished"); - return app.exec(); + int retval = app.exec(); + + delete db; + + return retval; }