Skip to content

Commit b383708

Browse files
committed
trying to fix CI/CD build
1 parent c2dc341 commit b383708

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Configuration.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include "Configuration.h"
8+
#include "IBreakpoint.h"
89
#include "edb.h"
910

1011
#include <QCoreApplication>
@@ -20,7 +21,6 @@
2021

2122
namespace {
2223

23-
#if 0
2424
QDataStream &operator<<(QDataStream &s, const IBreakpoint::TypeId &id) {
2525
return s << static_cast<int>(id);
2626
}
@@ -31,7 +31,6 @@ QDataStream &operator>>(QDataStream &s, IBreakpoint::TypeId &id) {
3131
id = static_cast<IBreakpoint::TypeId>(value);
3232
return s;
3333
}
34-
#endif
3534

3635
//------------------------------------------------------------------------------
3736
// Name: getDefaultPluginPath

0 commit comments

Comments
 (0)