mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Move content of sqlitebrowsertypes.h to sqlitedb.h
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
/*types for encoded media data*/
|
||||
enum
|
||||
{
|
||||
kSQLiteMediaType_Void,
|
||||
kSQLiteMediaType_Integer,
|
||||
kSQLiteMediaType_String,
|
||||
kSQLiteMediaType_Binary
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include <QStringList>
|
||||
#include <QMap>
|
||||
#include "sqlite3.h"
|
||||
#include "sqlitebrowsertypes.h"
|
||||
|
||||
class SQLLogDock;
|
||||
|
||||
@@ -21,6 +20,15 @@ enum
|
||||
kEncodingNONE
|
||||
};
|
||||
|
||||
/*types for encoded media data*/
|
||||
enum
|
||||
{
|
||||
kSQLiteMediaType_Void,
|
||||
kSQLiteMediaType_Integer,
|
||||
kSQLiteMediaType_String,
|
||||
kSQLiteMediaType_Binary
|
||||
};
|
||||
|
||||
static QString g_sApplicationNameShort = QString("sqlitebrowser");
|
||||
static QString g_applicationIconName = QString(":/oldimages/icon16");
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ CONFIG += qt \
|
||||
debug
|
||||
|
||||
HEADERS += \
|
||||
sqlitebrowsertypes.h \
|
||||
sqlitedb.h \
|
||||
sqlbrowser_util.h \
|
||||
sqlite_source/sqlite3.h \
|
||||
|
||||
Reference in New Issue
Block a user