forked from qt-creator/qt-creator
Use more std::chrono and std::chrono_literals namespaces
Change-Id: Ib8c83988d7afe35d81b87ff8c5c87eef2082f12d Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -213,7 +213,8 @@ void LldbEngine::setupEngine()
|
||||
|
||||
void LldbEngine::handleLldbStarted()
|
||||
{
|
||||
m_lldbProc.waitForReadyRead(std::chrono::seconds(1));
|
||||
using namespace std::chrono_literals;
|
||||
m_lldbProc.waitForReadyRead(1s);
|
||||
|
||||
showStatusMessage(Tr::tr("Setting up inferior..."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user