mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:13:23 +00:00
Code cleanup: QPair<int, int> -> qMakePair
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a0b9daf63b
commit
9e57dd4826
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ QPair<int,int> TagWidget::getCursorTagPosition() {
|
|||
start = 0;
|
||||
end = 0;
|
||||
}
|
||||
return QPair<int,int>(start,end);
|
||||
return qMakePair(start,end);
|
||||
}
|
||||
|
||||
enum ParseState {FINDSTART, FINDEND};
|
||||
|
|
Loading…
Add table
Reference in a new issue