mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Manual revert of commit 9295b3aa37
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1f19abdd4f
commit
c564e06d4e
2 changed files with 0 additions and 12 deletions
|
@ -205,11 +205,6 @@ MainWindow::MainWindow() : QMainWindow(),
|
|||
#endif
|
||||
enableDisableCloudActions();
|
||||
|
||||
GpsLocation *locationProvider = new GpsLocation(&report_message, this);
|
||||
if (!locationProvider->hasLocationsSource()) {
|
||||
ui.menuFile->removeAction(ui.add_GPS_location_here);
|
||||
}
|
||||
|
||||
ui.mainErrorMessage->hide();
|
||||
graphics()->setEmptyState();
|
||||
initialUiSetup();
|
||||
|
|
|
@ -93,8 +93,6 @@
|
|||
<addaction name="copy"/>
|
||||
<addaction name="paste"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="add_GPS_location_here"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionRenumber"/>
|
||||
<addaction name="actionAutoGroup"/>
|
||||
<addaction name="separator"/>
|
||||
|
@ -741,11 +739,6 @@
|
|||
<string>Facebook</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="add_GPS_location_here">
|
||||
<property name="text">
|
||||
<string>Add GPS location here</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTake_cloud_storage_online">
|
||||
<property name="text">
|
||||
<string>Take cloud storage online</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue