- Force lists refresh before initially displaying the window to avoid lag

- Removed session tweaking on exit since it does not have any effect
This commit is contained in:
Christophe Dumez
2008-12-27 22:29:37 +00:00
parent 713c80451e
commit 87eee7029d
3 changed files with 3 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ DEFINES += NDEBUG
icon192
}
QMAKE_CXXFLAGS_RELEASE += -fwrapv
QMAKE_CXXFLAGS_DEBUG += -fwrapv
QMAKE_CXXFLAGS_DEBUG += -fwrapv -O0
CONFIG += link_pkgconfig
PKGCONFIG += "libtorrent-rasterbar libcurl"