From d1dd25e554cea6f03b9aa840d7a95522fe7c841d Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 9 Dec 2016 07:11:26 -0500 Subject: Fix up a build error on the cluster (not sure why the cluster had a problem with this - works fine locally). --- src-qt5/core-utils/lumina-config/pages/page_mouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/core-utils') diff --git a/src-qt5/core-utils/lumina-config/pages/page_mouse.cpp b/src-qt5/core-utils/lumina-config/pages/page_mouse.cpp index 8f5c0c23..a9f3168a 100644 --- a/src-qt5/core-utils/lumina-config/pages/page_mouse.cpp +++ b/src-qt5/core-utils/lumina-config/pages/page_mouse.cpp @@ -151,7 +151,7 @@ void page_mouse::populateDeviceItemValue(QTreeWidget *tree, QTreeWidgetItem *it, tree->setItemWidget(it, 1, box); connect(box, SIGNAL(valueChanged(double)), this, SLOT(valueChanged()) ); - }else if(value.canConvert>()){ + }else if(value.canConvert< QList >()){ //Not Modifiable - just use the label in the item QList list = value.toList(); QStringList txtList; -- cgit