QComboBox delegate implemented and quickly tested being functional! :)
[emufront] / src / models / emufrontquerymodel.h
index 5e56c18..09e8654 100644 (file)
 
 #include <QSqlQueryModel>
 
+class EmuFrontObject;
+
 class EmuFrontQueryModel : public QSqlQueryModel
 {
     Q_OBJECT
 public:
     EmuFrontQueryModel(QObject *parent = 0);
+    EmuFrontObject* getObject(int id) const;
 
 signals: