Skip to content

Commit

Permalink
refactod: remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Onetchou committed Sep 28, 2024
1 parent 5fbdb45 commit 8e0e0c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/vformat/svg_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@

#include "svg_generator.h"
#include <QFile>
#include <QDir>
#include <QDebug>
#include <QSvgGenerator>
#include <QGraphicsItem>
#include <QPainter>
#include <QFileInfo>
#include <QBuffer>

SvgGenerator::SvgGenerator(QGraphicsRectItem *paper, QString name, QString description, int resolution):
Expand Down

0 comments on commit 8e0e0c2

Please sign in to comment.