Freeciv-3.2
|
#include <QButtonGroup>
#include <QHBoxLayout>
#include <QLabel>
#include <QListWidgetItem>
#include <QMessageBox>
#include <QPushButton>
#include <QRadioButton>
#include <QStackedLayout>
#include <QVBoxLayout>
#include "ruledit_qt.h"
#include "req_vec_fix.h"
Go to the source code of this file.
Functions | |
void | mark_item (QListWidgetItem *item, enum req_vec_problem_seriousness problem_level) |
void mark_item | ( | QListWidgetItem * | item, |
enum req_vec_problem_seriousness | problem_level | ||
) |
Mark a ruleset item in a list as having a problem.
item | the ruleset item's representation in the list. |
problem_level | how serious the problem, if it exists at all, is. |
Definition at line 36 of file req_vec_fix.cpp.
Referenced by tab_enabler::refresh(), and tab_enabler::update_enabler_info().