]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/treeview.cpp
Map button/compass icon added
[toast/confclerk.git] / src / mvc / treeview.cpp
index 80fbd281fbe43f4e30998d334de1e0569eac2c76..c8127d02c982996b3339d89a20d7c9ee4fba12f9 100644 (file)
@@ -42,6 +42,12 @@ void TreeView::testForControlClicked(const QModelIndex &aIndex, const QPoint &aP
                 qDebug() << "ALARM CLICKED: " << qVariantValue<QString>(aIndex.data());
             }
             break;
+        case Delegate::MapControl:
+            {
+                // handle Alarm Control clicked
+                qDebug() << "MAP CLICKED: " << qVariantValue<QString>(aIndex.data());
+            }
+        break;
         case Delegate::ControlNone:
         default:
             {