Home
last modified time | relevance | path

Searched defs:new_version (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dversionchecker.cpp
H A Dmainwindow.cpp
/glogg/src/
H A Dversionchecker.cpp112 QString new_version = QString( reply->read( 256 ) ).remove( '\n' ); in downloadFinished() local
137 bool isVersionNewer( const QString& current, const QString& new_version ) in isVersionNewer()
H A Dmainwindow.cpp755 void MainWindow::newVersionNotification( const QString& new_version ) in newVersionNotification()