Freeciv-3.3
|
#include <QCheckBox>
#include <QGridLayout>
#include <QHeaderView>
#include <QLineEdit>
#include <QMessageBox>
#include <QPushButton>
#include <QTableWidget>
#include "fcintl.h"
#include "log.h"
#include "registry.h"
#include "achievements.h"
#include "counters.h"
#include "game.h"
#include "government.h"
#include "specialist.h"
#include "rssanity.h"
#include "conversion_log.h"
#include "ruledit.h"
#include "ruledit_qt.h"
#include "rulesave.h"
#include "tab_misc.h"
Go to the source code of this file.
Functions | |
static bool | effect_counter (struct effect *peff, void *data) |
static void | sanity_log_cb (const char *msg) |
Variables | |
static conversion_log * | sanitylog |
Callback to count number of effects
peff | effect to look at - ignored by this callback |
data | pointer to counter integer |
Definition at line 327 of file tab_misc.cpp.
Referenced by tab_misc::refresh_stats().
Ruleset conversion log callback
Definition at line 477 of file tab_misc.cpp.
Referenced by tab_misc::sanity_check().
|
static |
Definition at line 472 of file tab_misc.cpp.
Referenced by tab_misc::sanity_check(), and sanity_log_cb().