mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
Google analytics removed. Completely wrong, we use the compilation
server numbers instead.
This commit is contained in:
parent
cedac96cf4
commit
2fbd68ecb3
11 changed files with 1 additions and 124 deletions
|
@ -6,7 +6,6 @@
|
|||
#include <QImage>
|
||||
#include <QColor>
|
||||
#include <QPainter>
|
||||
#include "googleanalytics.h"
|
||||
|
||||
#if !defined WIN32 && defined __GNUC__
|
||||
#include <unistd.h>
|
||||
|
@ -62,8 +61,6 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue