Home
last modified time | relevance | path

Searched refs:setAutomaticVersionCheckingEnabled (Results 1 – 3 of 3) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_AutoUpdater.cpp149 …ProjucerApplication::getApp().setAutomaticVersionCheckingEnabled (! dontAskAgainButton.getToggleSt… in UpdateDialog()
339 ProjucerApplication::getApp().setAutomaticVersionCheckingEnabled (false); in addNotificationToOpenProjects()
H A Djucer_Application.h87 void setAutomaticVersionCheckingEnabled (bool shouldBeEnabled);
H A Djucer_Application.cpp1138 …case CommandIDs::enableNewVersionCheck: setAutomaticVersionCheckingEnabled (! isAutomaticVersi… in perform()
1478 void ProjucerApplication::setAutomaticVersionCheckingEnabled (bool enabled) in setAutomaticVersionCheckingEnabled() function in ProjucerApplication