mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
ksystemlog: adjust to KToolInvocation::invokeMailer() change
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6ccf553d1e
commit
c7e51cefc6
1 changed files with 1 additions and 2 deletions
|
@ -85,10 +85,9 @@ void LogViewExport::sendMail() {
|
|||
//const QString & bcc,
|
||||
//const QString & subject,
|
||||
//const QString & body,
|
||||
//const QString & messageFile,
|
||||
//const QStringList & attachURLs,
|
||||
//const QCString & startup_id
|
||||
KToolInvocation::invokeMailer(QLatin1String( "" ), QLatin1String( "" ), QLatin1String( "" ), i18n("Log Lines of my problem"), body, QLatin1String( "" ), QStringList(), kapp->startupId());
|
||||
KToolInvocation::invokeMailer(QLatin1String( "" ), QLatin1String( "" ), QLatin1String( "" ), i18n("Log Lines of my problem"), body, QStringList(), kapp->startupId());
|
||||
}
|
||||
|
||||
void LogViewExport::printSelection() {
|
||||
|
|
Loading…
Add table
Reference in a new issue