Sorry for last error :) #370
Conversation
No worries, that's why we have automated testing |
Oh, if you prefer to have TextBesideIcon change the code. Actually i set to FollowStyle (ToolBar icons) |
I think I prefer FollowStyle since it's more coherent. |
Ok, perfect. Another thing. Why Travis CI build failed? I can't understand |
Restarted the job, Travis has glitches sometimes . . |
Codecov Report
@@ Coverage Diff @@
## master #370 +/- ##
=========================================
+ Coverage 6.2% 6.25% +0.05%
=========================================
Files 39 39
Lines 2706 2684 -22
Branches 348 347 -1
=========================================
Hits 168 168
+ Misses 2532 2510 -22
Partials 6 6
Continue to review full report at Codecov.
|
Ok understood! Thanks. |
Just those commented out lines, the rest looks perfect to me. |
//} | ||
// void QtPassSettings::setSplitterRight(const int &splitterRight) { | ||
// getInstance()->setValue(SettingsConstants::splitterRight, splitterRight); | ||
//} |
annejan
Apr 26, 2018
Member
If you could remove these (instead of commenting out) that would be wonderful.
If you could remove these (instead of commenting out) that would be wonderful.
static int getSplitterRight(const int &defaultValue = QVariant().toInt()); | ||
static void setSplitterRight(const int &splitterRight); | ||
// static int getSplitterRight(const int &defaultValue = QVariant().toInt()); | ||
// static void setSplitterRight(const int &splitterRight); |
annejan
Apr 26, 2018
Member
Same with these commented out lines.
Same with these commented out lines.
a9422ba
into
IJHack:master
I changed some things.