Albert S
cff481a57e
Purpose is to seperate certain logic from SQLite and generalize it more. Even though we only have Sqlite atm, in general the database layers must be stupid as possible, while QSSQuery should do most of the hard work. Fixes in Tokenizer logic. Switched to C++17.
6 líneas
39 B
C++
6 líneas
39 B
C++
#include "token.h"
|
|
|
|
Token::Token()
|
|
{
|
|
}
|