Compiles, links and runs (functionality not tested)
This commit is contained in:
parent
04723a289b
commit
6a97c0447a
48 changed files with 224 additions and 149 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "util.h"
|
||||
#include "csvwriter.h"
|
||||
#include "CsvWriter.h"
|
||||
#include <QApplication>
|
||||
#include <QTextStream>
|
||||
#include <QClipboard>
|
||||
|
|
@ -108,8 +108,7 @@ void copySelectionToClipboard(const QTableView *view)
|
|||
|
||||
QString ConvertToMultiLineCString(const QString &in)
|
||||
{
|
||||
// We need to atleast escape " and \
|
||||
// also any multi byte utf8 char
|
||||
// We need to atleast escape " and \ and also any multi byte utf8 char
|
||||
|
||||
QString out;
|
||||
out.append('"');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue