mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Spelling
This commit is contained in:
parent
9e82e1c54f
commit
0ef66fd7b2
@ -354,7 +354,7 @@
|
||||
<item row="2" column="1">
|
||||
<widget class="QComboBox" name="mStorageModeCbx">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Allows to store file paths or directory paths</p></body></html></string>
|
||||
<string><html><head/><body><p>Allows storing file paths or directory paths</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -283,7 +283,7 @@ void TestQgsExternalResourceWidgetWrapper::testSetNullValues()
|
||||
|
||||
void TestQgsExternalResourceWidgetWrapper::testUrlStorageExpression()
|
||||
{
|
||||
// test that everything related to Url storage expresssion is correctly set
|
||||
// test that everything related to Url storage expression is correctly set
|
||||
// according to configuration
|
||||
|
||||
QVariantMap globalVariables;
|
||||
@ -1107,7 +1107,7 @@ void TestQgsExternalResourceWidgetWrapper::testChangeValueBeforeLoaded()
|
||||
QVERIFY( !ww.mQgsWidget->mErrorLabel->isVisible() );
|
||||
QVERIFY( !messageBar->currentItem() );
|
||||
|
||||
// first fetch has been canceled and should be detroyed
|
||||
// first fetch has been canceled and should be destroyed
|
||||
connect( firstFetchContent, &QObject::destroyed, &loop, &QEventLoop::quit );
|
||||
loop.exec();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user