summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/speedestimater.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:46:40 +0900
committerMichele Calgaro <[email protected]>2023-11-24 10:46:40 +0900
commit6458ac1fee48f77706492026f50f2efb179ec827 (patch)
treef8a8601c317b259b72e8bd564a58e3037dc8eba4 /libktorrent/torrent/speedestimater.cpp
parent0dbebe693d509d0c442ab3c95f9c3885dc136e2d (diff)
downloadktorrent-6458ac1fee48f77706492026f50f2efb179ec827.tar.gz
ktorrent-6458ac1fee48f77706492026f50f2efb179ec827.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libktorrent/torrent/speedestimater.cpp')
-rw-r--r--libktorrent/torrent/speedestimater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/speedestimater.cpp b/libktorrent/torrent/speedestimater.cpp
index a0b67da..7752999 100644
--- a/libktorrent/torrent/speedestimater.cpp
+++ b/libktorrent/torrent/speedestimater.cpp
@@ -36,7 +36,7 @@ namespace bt
void data(Uint32 bytes)
{
- dlrate.append(tqMakePair(bytes,GetCurrentTime()));
+ dlrate.append(qMakePair(bytes,GetCurrentTime()));
}
void update()