Added paste lang option for pasting programming code.
Expects you to paste only string literals with possible concatenation operators like . or +
This commit is contained in:
parent
35d1e75d35
commit
fbd630489e
8 changed files with 302 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ QString msfloatToHumanReadableString(float ms);
|
|||
void copySelectionToClipboard(const QTableView *view);
|
||||
QString ConvertToMultiLineCString(const QString &in);
|
||||
QString ConvertToMultiLineRawCppString(const QString &in);
|
||||
QString ConvertLangToSqlString(const QString &in);
|
||||
void exportTable(const QTableView *view, QTextStream &out);
|
||||
|
||||
inline QString stdStrToQ(const std::string &s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue