Skip to content

Commit

Permalink
Fix build after 0b1ff64
Browse files Browse the repository at this point in the history
  • Loading branch information
MKleusberg committed Sep 11, 2021
1 parent a29f616 commit 655a8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sqlitetablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Settings.h"
#include "Data.h"
#include "CondFormat.h"
#include "RowLoader.h"

#include <QMessageBox>
#include <QApplication>
Expand All @@ -16,7 +17,7 @@
#include <QRegularExpression>
#include <QPushButton>

#include "RowLoader.h"
#include <cassert>

SqliteTableModel::SqliteTableModel(DBBrowserDB& db, QObject* parent, const QString& encoding, bool force_wait)
: QAbstractTableModel(parent)
Expand Down

0 comments on commit 655a8be

Please sign in to comment.