[sahred] StorageCartesianFunction: iterate on colors

This commit is contained in:
Émilie Feral
2018-10-12 16:48:53 +02:00
parent 27e0d5b117
commit e4e19b3b74
5 changed files with 7 additions and 11 deletions

View File

@@ -25,10 +25,6 @@ void StorageFunction::setActive(bool active) {
recordData()->setActive(active);
}
void StorageFunction::setColor(KDColor color) {
recordData()->setColor(color);
}
int StorageFunction::nameWithArgument(char * buffer, size_t bufferSize, char arg) {
const char * functionName = fullName();
int index = 0;