From e814d987977bda034e1ba2aa5e14fedc0060a2e6 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Mon, 29 Dec 2014 21:49:09 +0000 Subject: [PATCH] GcWindowResgistry compile nit --- src/GcWindowRegistry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GcWindowRegistry.cpp b/src/GcWindowRegistry.cpp index 8ed229147..e2ff2fcff 100644 --- a/src/GcWindowRegistry.cpp +++ b/src/GcWindowRegistry.cpp @@ -123,6 +123,7 @@ GcWindowRegistry::title(GcWinID id) if (GcWindows[i].relevance && GcWindows[i].id == id) return GcWindows[i].name; } + return QString("unknown"); } QList idsForType(int type)