Changes in the data model: this is not tested yet at all! (compiles
[emufront] / src / dialogs / platformdialog.cpp
index b806327..b11798e 100644 (file)
@@ -30,7 +30,7 @@ PlatformDialog::PlatformDialog(QWidget *parent)
     dbManager = new DbPlatform(this);
     initDataTable();
     initEditDialog();
-    objectList->hideColumn(DbPlatform::Platform_Id);
+    objectList->hideColumn(DbPlatform::EmuFrontFileObject_Id);
     
     // do not move to parent class:
     connectSignals();