mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 19:41:19 -06:00
Properly initialise table browser settings
This commit is contained in:
@@ -35,6 +35,13 @@ struct BrowseDataTableSettings
|
||||
QMap<QString, PlotDock::PlotSettings> plotYAxes;
|
||||
QString unlockViewPk;
|
||||
|
||||
BrowseDataTableSettings() :
|
||||
sortOrderIndex(0),
|
||||
sortOrderMode(Qt::AscendingOrder),
|
||||
showRowid(false)
|
||||
{
|
||||
}
|
||||
|
||||
friend QDataStream& operator<<(QDataStream& stream, const BrowseDataTableSettings& object)
|
||||
{
|
||||
stream << object.sortOrderIndex;
|
||||
|
||||
Reference in New Issue
Block a user