OSDN Git Service

[denncoCreator] alpha 2.0 - wrap up
[dennco/denncoCreator.git] / Source / dialog / dcmanagecellcodedialog.cpp
index b1a8f27..27292ef 100644 (file)
@@ -179,6 +179,8 @@ bool DCManageCellCodeDialog::updateWindowStatus()
 
 void DCManageCellCodeDialog::textInputChanged(const QString &text)
 {
+    (void)text;
+
     updateWindowStatus();
 }
 
@@ -250,6 +252,8 @@ void DCManageCellCodeDialog::listSelectionChanged(const QItemSelection &selected
 
 void DCManageCellCodeDialog::commandExecuted(const QUndoCommand *executedCommand)
 {
+    (void)executedCommand;
+
     reloadViewData();
 }