mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
allow the user to hide tabs
...and remember their tab hiding preferences across restarts.
This commit is contained in:
@@ -139,7 +139,7 @@ using namespace gm;
|
||||
|
||||
#define GOOGLE_KEY "ABQIAAAAS9Z2oFR8vUfLGYSzz40VwRQ69UCJw2HkJgivzGoninIyL8-QPBTtnR-6pM84ljHLEk3PDql0e2nJmg"
|
||||
|
||||
GoogleMapControl::GoogleMapControl(MainWindow *mw, QTabWidget *tw)
|
||||
GoogleMapControl::GoogleMapControl(MainWindow *mw)
|
||||
{
|
||||
parent = mw;
|
||||
view = new QWebView();
|
||||
@@ -151,8 +151,6 @@ GoogleMapControl::GoogleMapControl(MainWindow *mw, QTabWidget *tw)
|
||||
connect(view, SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));
|
||||
loadingPage = false;
|
||||
newRideToLoad = false;
|
||||
|
||||
tw->addTab(this, tr("Map"));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user