Fix windows build

This commit is contained in:
craig.p.drummond
2012-10-24 18:20:46 +00:00
parent f75d860e40
commit b10ff6582a
11 changed files with 130 additions and 93 deletions

View File

@@ -189,9 +189,11 @@ bool Application::start()
void Application::message(const QString &msg)
{
#if defined TAGLIB_FOUND
if (!msg.isEmpty()) {
load(msg.split("\n"));
}
#endif
MainWindow *mw=qobject_cast<MainWindow *>(activationWindow());
if (mw) {
mw->restoreWindow();