Changeset 10571


Ignore:
Timestamp:
05/04/11 15:25:20 (14 years ago)
Author:
tbretz
Message:
Sort service and command names alphabetically.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r10569 r10571  
    391391        item = new QStandardItem(service.c_str());
    392392        col->appendRow(item);
     393        col->sortChildren(0);
    393394
    394395        if (!description->rootIndex().isValid())
Note: See TracChangeset for help on using the changeset viewer.