提交 3e48019e 编写于 作者: M manjaro-xfce

Make Int64 as time_t for Qt6

上级 2b81cbd9
...@@ -48,7 +48,7 @@ void DialogFileLoadCtrl::cleanFile() ...@@ -48,7 +48,7 @@ void DialogFileLoadCtrl::cleanFile()
{ {
if (!m_cache_files.size()) if (!m_cache_files.size())
break; break;
time_t tmf = m_cache_files.begin()->first; qint64 tmf = m_cache_files.begin()->first;
QMap<QString,QFileInfo> & mp = m_cache_files[tmf]; QMap<QString,QFileInfo> & mp = m_cache_files[tmf];
if (!mp.size()) if (!mp.size())
m_cache_files.erase(tmf); m_cache_files.erase(tmf);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册