mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Marking unused variable
Maybe work in progress here...
This commit is contained in:
parent
9fc573a7f9
commit
0081c44ba7
@ -42,7 +42,7 @@ class ChangeLog(Extension, QObject,):
|
||||
@pyqtSlot(result = str)
|
||||
def getChangeLogString(self):
|
||||
logs = self.getChangeLogs()
|
||||
latest_version = Version(Preferences.getInstance().getValue("general/latest_version_changelog_shown"))
|
||||
latest_version = Version(Preferences.getInstance().getValue("general/latest_version_changelog_shown")) #TODO: @UnusedVariable
|
||||
result = ""
|
||||
for version in logs:
|
||||
result += "<h1>" + str(version) + "</h1><br>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user