diff options
Diffstat (limited to 'src/devices/mem24')
-rw-r--r-- | src/devices/mem24/gui/mem24_hex_view.cpp | 2 | ||||
-rw-r--r-- | src/devices/mem24/gui/mem24_memory_editor.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/mem24/gui/mem24_hex_view.cpp b/src/devices/mem24/gui/mem24_hex_view.cpp index 4c30905..ca1679e 100644 --- a/src/devices/mem24/gui/mem24_hex_view.cpp +++ b/src/devices/mem24/gui/mem24_hex_view.cpp @@ -36,3 +36,5 @@ BitValue Mem24::HexView::checksum() const cs += static_cast<const Memory *>(_memory)->byte(i); return cs.maskWith(0xFFFF); } + +#include "mem24_hex_view.moc" diff --git a/src/devices/mem24/gui/mem24_memory_editor.cpp b/src/devices/mem24/gui/mem24_memory_editor.cpp index 7ebd194..75de0d6 100644 --- a/src/devices/mem24/gui/mem24_memory_editor.cpp +++ b/src/devices/mem24/gui/mem24_memory_editor.cpp @@ -78,3 +78,5 @@ bool Mem24::MemoryTypeEditor::internalDoAction(Device::Action action) Q_ASSERT(false); return false; } + +#include "mem24_memory_editor.moc" |