[Kst] [Bug 96445] add changing data file support to the dcop interface

George Staikos staikos at kde.org
Wed Jan 19 01:38:29 CET 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=96445         
staikos kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|kst kde org                 |staikos kde org
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1



------- Additional Comments From staikos kde org  2005-01-19 01:38 -------
The preferred method for changing all files with data file X to data file Y is to use an indirect file (.cur).  I will add the following DCOP calls:

bool changeDataFile(const QString& fileName);
bool changeDataFile(const QString& vector, const QString& fileName);
bool changeDataFiles(const QStringList& vectors, const QString& fileName);


More information about the Kst mailing list