OSDN Git Service

[denncoCreator] alpha 2.0 - wrap up
[dennco/denncoCreator.git] / Source / dialog / dcaddcelldialog.cpp
index 04db055..82c1c38 100644 (file)
@@ -144,6 +144,8 @@ bool DCAddCellDialog::checkInput()
 
 void DCAddCellDialog::textInputChanged(const QString &text)
 {
+    (void)text;
+
     checkInput();
 }
 
@@ -164,6 +166,8 @@ void DCAddCellDialog::cancelButtonClicked()
 
 void DCAddCellDialog::listSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
 {
+    (void)deselected;
+
     if (selected.count()>0)
     {
         d_selectedPagePath = d_tableModel->data(selected.at(0).indexes().at(0), Qt::DisplayRole).toString();