missing header
This commit is contained in:
parent
09a212cb64
commit
feecdab3e1
|
@ -122,5 +122,4 @@ namespace Hurricane {
|
||||||
return "[ERROR:" + getString(_code) + "] " + _reason;
|
return "[ERROR:" + getString(_code) + "] " + _reason;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // End of Hurricane namespace.
|
} // End of Hurricane namespace.
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#include <QGroupBox>
|
#include <QGroupBox>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
|
#include <QModelIndex>
|
||||||
|
|
||||||
#include "hurricane/Commons.h"
|
#include "hurricane/Commons.h"
|
||||||
#include "hurricane/Net.h"
|
#include "hurricane/Net.h"
|
||||||
|
|
Loading…
Reference in New Issue