diff options
Diffstat (limited to 'src/devices/gui/hex_word_editor.cpp')
-rw-r--r-- | src/devices/gui/hex_word_editor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/gui/hex_word_editor.cpp b/src/devices/gui/hex_word_editor.cpp index 163217c..e9969cf 100644 --- a/src/devices/gui/hex_word_editor.cpp +++ b/src/devices/gui/hex_word_editor.cpp @@ -40,3 +40,5 @@ void Device::RegisterHexWordEditor::setValue(BitValue word) _word = word; set(); } + +#include "hex_word_editor.moc" |