1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00

More statistics

This commit is contained in:
bsongis 2014-05-27 16:20:12 +02:00
parent fdde364307
commit b736517986
10 changed files with 28 additions and 5 deletions

View file

@ -6,6 +6,7 @@
#include <QImage>
#include <QColor>
#include <QPainter>
#include "googleanalytics.h"
#if !defined WIN32 && defined __GNUC__
#include <unistd.h>
@ -61,6 +62,8 @@ PrintDialog::PrintDialog(QWidget *parent, FirmwareInterface * firmware, GeneralS
printToFile();
QTimer::singleShot(0, this, SLOT(autoClose()));
}
ga.sendPageView(getBoardName(GetCurrentFirmware()->getBoard()) + " ModelsPrint");
}
void PrintDialog::closeEvent(QCloseEvent *event)