Add instance copying, fix instance creation (with identical names)

This commit is contained in:
Petr Mrázek
2013-11-03 21:28:04 +01:00
parent ab21b6977d
commit 4466929074
13 changed files with 495 additions and 90 deletions

View File

@ -149,3 +149,5 @@ void openFileInDefaultProgram ( QString filename )
{
QDesktopServices::openUrl ( "file:///" + QFileInfo ( filename ).absolutePath() );
}