Changeset 554
- Timestamp:
- 04/02/06 00:38:31 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gui/config/serverpage.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/config/serverpage.cpp
r552 r554 220 220 } 221 221 222 /* Adds a new QTreeWidget item to the exit policy list */222 /** Adds a new QTreeWidget item to the exit policy list */ 223 223 void 224 224 ServerPage::addPolicyItem(Policy policy) … … 238 238 } 239 239 240 /* Adds a new QTreeWidget item to the exit policy list */240 /** Adds a new QTreeWidget item to the exit policy list */ 241 241 void 242 242 ServerPage::addPolicyItem(QString action, QString address, QString mask,
