View | Details | Raw Unified | Return to bug 185144 | Differences between
and this patch

Collapse All | Expand All

(-)src/engine/timeconstraint.cpp (+1 lines)
Lines 42-47 Link Here
42
42
43
//for min max functions
43
//for min max functions
44
#include <algorithm>
44
#include <algorithm>
45
#include <stdlib.h>
45
using namespace std;
46
using namespace std;
46
47
47
static QString trueFalse(bool x){
48
static QString trueFalse(bool x){

Return to bug 185144