OSDN Git Service

Cleanup compiler warning messages and alter backup & restore to handle new database...
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / dialog / NotebookEdit.java
index 3e8c3cb..4b349bb 100644 (file)
@@ -159,6 +159,7 @@ public class NotebookEdit extends QDialog {
        }
        
        // Action when the default notebook icon is checked
        }
        
        // Action when the default notebook icon is checked
+       @SuppressWarnings("unused")
        private void defaultNotebookChecked(Boolean val) {
                if (val != startDefault || !startText.equals(notebook.text())) 
                        ok.setEnabled(true);
        private void defaultNotebookChecked(Boolean val) {
                if (val != startDefault || !startText.equals(notebook.text())) 
                        ok.setEnabled(true);