Searched refs:currentFPSUpdated (Results 1 – 3 of 3) sorted by relevance
105 void currentFPSUpdated(int fps);
165 emit currentFPSUpdated(current); in updateFrameRate() local
118 connect(view, SIGNAL(currentFPSUpdated(int)), this, SLOT(updateFPS(int))); in initializeView()