Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一時ディレクトリへのパスを取得する必要があります。次の方法に違いはありますか (最初の方法は Qt 4 で利用可能です)。どちらを使用するのが良いですか?
QDir::tempPath()
QStandardPaths::writableLocation(QStandardPaths::TempLocation)