Skip to content

Commit

Permalink
* Release candidate v0.38
Browse files Browse the repository at this point in the history
* Removed a qDebug() line in mainwindow.cpp
  • Loading branch information
Vantskruv committed Sep 8, 2017
1 parent 8efdd10 commit e7d75ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ void MainWindow::painterDrawRunways(QPainter& painter, NVUPOINT* ap, int x, int
//gridPen.setWidth(5);
//painter.setPen(gridPen);
//painter.setBrush(black);
qDebug() << ap->name << ": " << QString::number(aScale, 'f', 3);

for(unsigned int i=1; i<ad->lRunways.size(); i+=2)
{
Expand Down
2 changes: 1 addition & 1 deletion mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "qlineeditwp.h"
#include <qlabelclick.h>

#define XNVU_VERSION "XNVU version 0.379"
#define XNVU_VERSION "XNVU version 0.38"

namespace Ui {
class MainWindow;
Expand Down

0 comments on commit e7d75ab

Please sign in to comment.