From fb850787d710ece8c7ead09c80768e10fbd90835 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 23 Feb 2018 22:06:35 +0200 Subject: Relax matrix identifier parsing fixes #241 --- libs/matrix-structs | 2 +- src/QuickSwitcher.cc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/matrix-structs b/libs/matrix-structs index 97201f9c..335ece4c 160000 --- a/libs/matrix-structs +++ b/libs/matrix-structs @@ -1 +1 @@ -Subproject commit 97201f9c9f734e0cbacba436b88740501e0a91dc +Subproject commit 335ece4cbe411393e9179621a299dd96433c1757 diff --git a/src/QuickSwitcher.cc b/src/QuickSwitcher.cc index 5fcc5770..2401f81f 100644 --- a/src/QuickSwitcher.cc +++ b/src/QuickSwitcher.cc @@ -23,8 +23,7 @@ RoomSearchInput::RoomSearchInput(QWidget *parent) : TextField(parent) -{ -} +{} bool RoomSearchInput::focusNextPrevChild(bool next) -- cgit v1.2.3