qt: also fix typos in the file references to RendererCommon

This commit is contained in:
ts-korhonen
2022-01-30 22:13:41 +02:00
parent eec7339b8e
commit 279cbdbf97
5 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
#include <QPaintDevice>
#include <array>
#include <atomic>
#include "qt_renderercomon.hpp"
#include "qt_renderercommon.hpp"
class SoftwareRenderer : public QRasterWindow, public RendererCommon
{