Skip to content

Commit

Permalink
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Aug 2, 2024
1 parent ea56bff commit 1623b2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/imagesaver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
*
**************************************************************************/

//#include <QObject>
// #include <QObject>
#include <QPixmap>
#include <QQuickItem>
#include <QQuickPaintedItem>
//#include <QGraphicsObject>
//#include <QPainter>
//#include <QStyleOptionGraphicsItem>
// #include <QGraphicsObject>
// #include <QPainter>
// #include <QStyleOptionGraphicsItem>
#include "imagesaver.h"
#include <QQuickView>

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int main(int argc, char* argv[])
app.setOrganizationDomain("fit.vutbr.cz");
app.setApplicationName("LAA Maps Editor");

// qSetMessagePattern("[%{type}] %{time MM-dd hh:mm:ss} %{file}:%{line} @ %{function}(): %{message}");
// qSetMessagePattern("[%{type}] %{time MM-dd hh:mm:ss} %{file}:%{line} @ %{function}(): %{message}");

qInstallMessageHandler(myMessageHandler);

Expand Down

0 comments on commit 1623b2f

Please sign in to comment.