mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 20:26:45 -04:00
Remove leading white spaces in blank lines to make them really empty
This commit is contained in:
@@ -60,7 +60,7 @@ void ProfileTest::testProfile()
|
||||
QCOMPARE(child->property<QVariant>(Profile::Name),QVariant());
|
||||
QCOMPARE(parent->property<QString>(Profile::Path),QString("FakePath"));
|
||||
QCOMPARE(child->property<QVariant>(Profile::Path),QVariant());
|
||||
|
||||
|
||||
// read inheritable properties
|
||||
QVERIFY(parent->property<bool>(Profile::AntiAliasFonts) == false);
|
||||
QVERIFY(child->property<bool>(Profile::AntiAliasFonts) == false);
|
||||
@@ -80,7 +80,7 @@ void ProfileTest::testClone()
|
||||
Profile::Ptr source(new Profile(parent));
|
||||
source->setProperty(Profile::AntiAliasFonts,false);
|
||||
source->setProperty(Profile::HistorySize,4567);
|
||||
|
||||
|
||||
source->setProperty(Profile::Name,"SourceProfile");
|
||||
source->setProperty(Profile::Path,"SourcePath");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user