Bug #2075 ยป 0027-Do-not-include-anything-Qt-specific-to-ruledit.cpp.patch
| tools/ruledit/ruledit.cpp | ||
|---|---|---|
|
// ruledit
|
||
|
#include "comments.h"
|
||
|
#include "ruledit_qt.h"
|
||
|
#include "ruledit.h"
|
||
| tools/ruledit/ruledit.h | ||
|---|---|---|
|
extern struct ruledit_arguments reargs;
|
||
|
// Declared here so ruledit.cpp compilation sees it, without
|
||
|
// including anything Qt-specific.
|
||
|
int ruledit_qt_run(int argc, char **argv);
|
||
|
#endif // FC__RULEDIT_H
|
||
| tools/ruledit/ruledit_qt.h | ||
|---|---|---|
|
void incoming_req_vec_change(const requirement_vector *vec);
|
||
|
};
|
||
|
int ruledit_qt_run(int argc, char **argv);
|
||
|
void ruledit_qt_display_requirers(const char *msg, void *data);
|
||
|
void show_experimental(QWidget *wdg);
|
||