aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/Task.cpp
diff options
context:
space:
mode:
authorleo78913 <leo3758@riseup.net>2022-10-28 15:46:02 -0300
committerGitHub <noreply@github.com>2022-10-28 15:46:02 -0300
commit4500e345b37f007f9e6311637db9df0351a57dfb (patch)
treec523d60512749da628e822b579b47dda898782bc /launcher/tasks/Task.cpp
parent43bf601f120c9b1eac1c73feb31c67df54955b6d (diff)
parente885f3c26a030d093e2c7e60770c069e4d958cff (diff)
downloadPrismLauncher-4500e345b37f007f9e6311637db9df0351a57dfb.tar.gz
PrismLauncher-4500e345b37f007f9e6311637db9df0351a57dfb.tar.bz2
PrismLauncher-4500e345b37f007f9e6311637db9df0351a57dfb.zip
Merge branch 'PrismLauncher:develop' into toolbar-icons
Diffstat (limited to 'launcher/tasks/Task.cpp')
-rw-r--r--launcher/tasks/Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/tasks/Task.cpp b/launcher/tasks/Task.cpp
index b4babdd4..9ea1bb26 100644
--- a/launcher/tasks/Task.cpp
+++ b/launcher/tasks/Task.cpp
@@ -153,7 +153,7 @@ QString Task::describe()
auto name = objectName();
if(name.isEmpty())
{
- out << QString("0x%1").arg((quintptr)this, 0, 16);
+ out << QString("0x%1").arg(reinterpret_cast<quintptr>(this), 0, 16);
}
else
{