1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 04:57:45 +00:00

hexpart: Reformat code, misc cleanup

This commit is contained in:
Joshua Goins 2023-10-12 23:45:30 -04:00
parent 15a025b610
commit 9481c3e120
2 changed files with 4 additions and 0 deletions

View file

@ -15,3 +15,5 @@ void HexPart::loadFile(physis_Buffer buffer)
setDocument(QHexDocument::fromMemory<QMemoryRefBuffer>(reinterpret_cast<char *>(buffer.data), buffer.size));
setReadOnly(true);
}
#include "moc_hexpart.cpp"

View file

@ -10,6 +10,8 @@
class HexPart : public QHexView
{
Q_OBJECT
public:
explicit HexPart(QWidget *parent = nullptr);