Removed redundant 'Bloom' namespace from entire codebase
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include "src/Services/PathService.hpp"
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
namespace Bloom::Widgets
|
||||
namespace Widgets
|
||||
{
|
||||
using Bloom::Exceptions::Exception;
|
||||
using Exceptions::Exception;
|
||||
|
||||
Dialog::Dialog(
|
||||
const QString& windowTitle,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/Label.hpp"
|
||||
|
||||
namespace Bloom::Widgets
|
||||
namespace Widgets
|
||||
{
|
||||
class Dialog: public QDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user