A lot less assert

There still some assert left in the code, but removed
a fair number of the examples where, its just as easy
to handle the condition gracefully, without crashing.

By 3.1 we will have eradicated assert from the code.
This commit is contained in:
Mark Liversedge
2013-08-04 11:06:07 +01:00
parent eb2a082293
commit a2a962120c
46 changed files with 19 additions and 79 deletions

View File

@@ -20,7 +20,6 @@
#include <QSharedPointer>
#include <QMap>
#include <QSet>
#include <assert.h>
#include <stdio.h>
#include <stdint.h>
#include <math.h>