MCPcopy Create free account
hub / github.com/KDE/kdevelop / serializeOpenFilesMessage

Function serializeOpenFilesMessage

app/main.cpp:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74#if KDEVELOP_SINGLE_APP
75QString serializeOpenFilesMessage(const QVector<UrlInfo> &infos)
76{
77 QByteArray message;
78 QDataStream stream(&message, QIODevice::WriteOnly);
79 stream << QByteArrayLiteral("open");
80 stream << infos;
81 return QString::fromLatin1(message.toHex());
82}
83#endif
84
85void openFiles(const QVector<UrlInfo>& infos)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected