mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: open the QDebug buffer in SupportInformation::generateSupportInformation()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8b2eba7361
commit
16d6d9df9a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
QString SupportInformation::generateSupportInformation(Plasma::Corona *corona)
|
||||
{
|
||||
QBuffer infoBuffer;
|
||||
infoBuffer.open(QIODevice::WriteOnly);
|
||||
QDebug stream(&infoBuffer);
|
||||
SupportInformation info(stream);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue