fix: fix more warnings
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
ef6f9487f4
commit
ea43d0f687
8 changed files with 17 additions and 17 deletions
|
@ -63,7 +63,7 @@ class Version {
|
|||
struct Section {
|
||||
explicit Section(QString fullString) : m_fullString(std::move(fullString))
|
||||
{
|
||||
int cutoff = m_fullString.size();
|
||||
qsizetype cutoff = m_fullString.size();
|
||||
for (int i = 0; i < m_fullString.size(); i++) {
|
||||
if (!m_fullString[i].isDigit()) {
|
||||
cutoff = i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue