mixxx icon indicating copy to clipboard operation
mixxx copied to clipboard

refactor: split out `AutoFileReloader` from `QmlAutoReload`

Open Swiftb0y opened this issue 5 months ago • 0 comments

AutoFileReload is useful for almost all occasions where hot- reloading is needed. Thus it belongs into a separate class for easier reuse. Plus I added an extra RuntimeLoggingCategory so we don't have a category-less qDebug call.

Swiftb0y avatar Aug 27 '24 12:08 Swiftb0y