mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Indentation
This commit is contained in:
parent
b0d19f74d7
commit
0a9f019f27
@ -143,7 +143,7 @@ int CALLBACK WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdL
|
||||
NULL );
|
||||
|
||||
std::string message = "Could not load qgis_app.dll \n Windows Error: " + std::string( errorText )
|
||||
+ "\n Help: \n\n Check " + basename + ".env for correct environment paths";
|
||||
+ "\n Help: \n\n Check " + basename + ".env for correct environment paths";
|
||||
showError( message, "Error loading QGIS" );
|
||||
|
||||
LocalFree( errorText );
|
||||
|
@ -522,7 +522,7 @@ void TestQgsLayoutMultiFrame::registry()
|
||||
QVERIFY( registry.itemTypes().isEmpty() );
|
||||
QVERIFY( !registry.createMultiFrame( 1, nullptr ) );
|
||||
|
||||
auto create = []( QgsLayout * layout )->QgsLayoutMultiFrame*
|
||||
auto create = []( QgsLayout * layout )->QgsLayoutMultiFrame *
|
||||
{
|
||||
return new TestMultiFrame( layout );
|
||||
};
|
||||
|
@ -272,7 +272,7 @@ void TestQgsLayoutView::guiRegistry()
|
||||
QSignalSpy spyTypeAdded( ®istry, &QgsLayoutItemGuiRegistry::typeAdded );
|
||||
|
||||
// add a dummy item to registry
|
||||
auto createWidget = []( QgsLayoutItem * item )->QgsLayoutItemBaseWidget*
|
||||
auto createWidget = []( QgsLayoutItem * item )->QgsLayoutItemBaseWidget *
|
||||
{
|
||||
return new QgsLayoutItemBaseWidget( nullptr, item );
|
||||
};
|
||||
|
@ -40,6 +40,7 @@ def create_model():
|
||||
|
||||
|
||||
class TestQgsFieldModel(unittest.TestCase):
|
||||
|
||||
def testGettersSetters(self):
|
||||
""" test model getters/setters """
|
||||
l = create_layer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user