Replace assert() with Q_ASSERT()

This commit is contained in:
Igor
2016-05-15 09:43:37 +03:00
parent 21364a1c94
commit fa2476bbc5
6 changed files with 13 additions and 19 deletions
-1
View File
@@ -23,7 +23,6 @@
#include "Emulation.h"
// System
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>