Remove unwanted non-printable characters

Remove non-printable characters that were causing the compilation to fail
This commit is contained in:
Luca Pellegrini 2023-05-07 18:45:36 +02:00
parent 05c45381d4
commit 21a54888f2
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
*
*/
#include "sceneprintpreviewdlg.h"
#include "sceneprintpreviewdlg.h"
#include "utils/scene/basicgraphview.h"
#include "printing/helper/model/printpreviewsceneproxy.h"

View File

@ -17,7 +17,7 @@
*
*/
#include "shiftgrapheditor.h"
#include "shiftgrapheditor.h"
#include <QVBoxLayout>

View File

@ -17,7 +17,7 @@
*
*/
#include "viewmanager.h"
#include "viewmanager.h"
#include "app/session.h"