[Marble-bugs] [Bug 249631] Calling MarbleWidget::removePlacemarkKey() does nothing on MS Windows
Volker Lanz
vl at fidra.de
Tue Aug 31 22:14:40 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=249631
--- Comment #1 from Volker Lanz <vl fidra de> 2010-08-31 22:14:39 ---
To clarify, this is tempFileName():
-----
QString MapDockWidget::tempFileName() const
{
return QString("%1%2workout-marble-widget-%3.kml")
.arg(QDir::tempPath())
.arg(QDir::separator())
.arg(QCoreApplication::applicationPid());
}
-----
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Marble-bugs
mailing list