clipboard handling

This commit is contained in:
Wladimir J. van der Laan 2011-05-12 20:16:42 +02:00
parent d5da2f7b37
commit 3f323a61fe
4 changed files with 115 additions and 54 deletions

View file

@ -13,5 +13,7 @@ int main(int argc, char *argv[])
window.show();
/* Depending on settings: QApplication::setQuitOnLastWindowClosed(false); */
return app.exec();
}