mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +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
|
@ -64,7 +64,6 @@
|
|||
#include "helpers.h"
|
||||
#include "appdata.h"
|
||||
#include "radionotfound.h"
|
||||
#include "googleanalytics.h"
|
||||
#include "firmwares/opentx/opentxinterface.h" // TODO get rid of this include
|
||||
|
||||
#define DONATE_STR "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QUZ48K4SEXDP2"
|
||||
|
@ -164,8 +163,6 @@ MainWindow::MainWindow():
|
|||
if (printing) {
|
||||
QTimer::singleShot(0, this, SLOT(autoClose()));
|
||||
}
|
||||
|
||||
ga.sendPageView("Home");
|
||||
}
|
||||
|
||||
void MainWindow::displayWarnings()
|
||||
|
@ -512,7 +509,6 @@ void MainWindow::startFirmwareDownload()
|
|||
downloadDialog * dd = new downloadDialog(this, url, filename);
|
||||
connect(dd, SIGNAL(accepted()), this, SLOT(firmwareDownloadAccepted()));
|
||||
dd->exec();
|
||||
ga.sendEvent(getBoardName(GetCurrentFirmware()->getBoard()), "Download", url);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue