ged rid of H namespace
This commit is contained in:
parent
8544dc5116
commit
9d48b67296
|
@ -16,7 +16,7 @@
|
||||||
# include "CellViewer.h"
|
# include "CellViewer.h"
|
||||||
|
|
||||||
|
|
||||||
namespace H {
|
namespace Hurricane {
|
||||||
|
|
||||||
|
|
||||||
CellViewer::CellViewer ( Cell* cell ) : QMainWindow()
|
CellViewer::CellViewer ( Cell* cell ) : QMainWindow()
|
||||||
|
|
|
@ -53,7 +53,7 @@ ScreenLayer::ScreenLayer ( BasicLayer* basicLayer
|
||||||
) : _layer(basicLayer)
|
) : _layer(basicLayer)
|
||||||
, _index(index)
|
, _index(index)
|
||||||
, _isVisible(isVisible)
|
, _isVisible(isVisible)
|
||||||
, _brush(H::getBrush(_layer))
|
, _brush(Hurricane::getBrush(_layer))
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue