mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Add help link for OWS Server tab
This commit is contained in:
parent
02c43445ce
commit
59d758280e
@ -1999,5 +1999,9 @@ void QgsProjectProperties::showHelp()
|
||||
{
|
||||
link = QStringLiteral( "working_with_projections/working_with_projections.html" );
|
||||
}
|
||||
else if ( activeTab == mProjOptsOWS )
|
||||
{
|
||||
link = QStringLiteral( "working_with_ogc/server/getting_started.html#prepare-a-project-to-serve" );
|
||||
}
|
||||
QgsHelp::openHelp( link );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user