Freeciv-3.2
Loading...
Searching...
No Matches
Functions
req_vec_fix.cpp File Reference
#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)
 

Function Documentation

◆ mark_item()

void mark_item ( QListWidgetItem item,
enum req_vec_problem_seriousness  problem_level 
)

Mark a ruleset item in a list as having a problem.

Parameters
itemthe ruleset item's representation in the list.
problem_levelhow 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().