Issue #82: Hot reload function

This commit is contained in:
Jakub Melka
2023-09-01 17:33:45 +02:00
parent 7a77bd796a
commit 7eb2f2a465
13 changed files with 150 additions and 12 deletions

View File

@@ -81,6 +81,8 @@ public:
/// Returns warning messages
const QStringList& getWarnings() const { return m_warnings; }
static QByteArray hash(const QByteArray& sourceData);
private:
static constexpr const int FIND_NOT_FOUND_RESULT = -1;