Use bindvalue in DatabaseTableView

This commit is contained in:
2026-03-15 17:47:24 +01:00
parent 729a330e6c
commit 8edf746827
3 changed files with 46 additions and 8 deletions
+1
View File
@@ -42,6 +42,7 @@ public:
void reindex(QProgressDialog *progress);
QStringList getFitsKeywords();
QVector<SkyObject> getObjects(double minRa, double maxRa, double minDec, double maxDec);
const QSqlDatabase& db() const;
protected:
bool indexDir2(const QDir &dir, QProgressDialog *progress, QStringList &scannedDirs);
bool indexFile(const QFileInfo &file);