mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
added support for the linux g++/clang
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Tom::Constants
|
||||
SHAREDLIB_EXPORT extern const QString create_;
|
||||
SHAREDLIB_EXPORT extern const QString table_;
|
||||
SHAREDLIB_EXPORT extern const QString path_;
|
||||
SHAREDLIB_EXPORT extern const QString realpath;
|
||||
SHAREDLIB_EXPORT extern const QString realpath_;
|
||||
SHAREDLIB_EXPORT extern const QString fullpath;
|
||||
// migrate:refresh
|
||||
SHAREDLIB_EXPORT extern const QString step_migrate;
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace Tom::Constants
|
||||
inline const QString create_ = QStringLiteral("create");
|
||||
inline const QString table_ = QStringLiteral("table");
|
||||
inline const QString path_ = QStringLiteral("path");
|
||||
inline const QString realpath = QStringLiteral("realpath");
|
||||
inline const QString realpath_ = QStringLiteral("realpath");
|
||||
inline const QString fullpath = QStringLiteral("fullpath");
|
||||
// migrate:refresh
|
||||
inline const QString step_migrate = QStringLiteral("step-migrate");
|
||||
|
||||
Reference in New Issue
Block a user