New target version 2.1.0, started my work on printing.
This commit is contained in:
parent
3c4671bcc6
commit
dea0a1a274
@ -71,8 +71,8 @@ project(rssguard)
|
||||
|
||||
set(APP_NAME "RSS Guard")
|
||||
set(APP_LOW_NAME "rssguard")
|
||||
set(APP_VERSION "2.0.5")
|
||||
set(FILE_VERSION "2,0,5,0")
|
||||
set(APP_VERSION "2.1.0")
|
||||
set(FILE_VERSION "2,1,0,0")
|
||||
set(APP_AUTHOR "Martin Rotter")
|
||||
set(APP_URL "http://bitbucket.org/skunkos/rssguard")
|
||||
set(APP_URL_ISSUES "http://bitbucket.org/skunkos/rssguard/issues")
|
||||
|
@ -192,8 +192,7 @@ void Application::onAboutToQuit() {
|
||||
mainForm()->saveSize();
|
||||
|
||||
if (locked_safely) {
|
||||
// Application obtained permission to close
|
||||
// in a safety way.
|
||||
// Application obtained permission to close in a safe way.
|
||||
qDebug("Close lock was obtained safely.");
|
||||
|
||||
// We locked the lock to exit peacefully, unlock it to avoid warnings.
|
||||
|
Loading…
x
Reference in New Issue
Block a user