diff options
author | Michele Calgaro <[email protected]> | 2024-01-18 00:12:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-23 09:47:30 +0900 |
commit | cb10c26c73ddb620bc098d336e11f6909966aa60 (patch) | |
tree | a97b06718d27038b46ab2ed2de5c2819001c787a /src/apt.h | |
parent | f334aae266c5fac7da99b0c1d014ea0e7cf28f22 (diff) | |
download | tdeio-apt-cb10c26c73ddb620bc098d336e11f6909966aa60.tar.gz tdeio-apt-cb10c26c73ddb620bc098d336e11f6909966aa60.zip |
Replace auto_ptr
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b117d960b83d41e97c88dbfd0796a06ff1447e29)
Diffstat (limited to 'src/apt.h')
-rw-r--r-- | src/apt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ private slots: void token_dispatch(const TQString& tag, const TQString& value); private: - std::auto_ptr<Parsers::Parser> m_parser; + std::unique_ptr<Parsers::Parser> m_parser; /** apt-cache search * Performs apt-cache search, with the query encoded in url.query() |