Lines Matching refs:v
229 void ConfigItem::testUpdateMenu(bool v) in testUpdateMenu() argument
233 visible = v; in testUpdateMenu()
936 ConfigView* v; in updateList() local
938 for (v = viewList; v; v = v->nextView) in updateList()
939 v->list->updateList(item); in updateList()
944 ConfigView* v; in updateListAll() local
946 for (v = viewList; v; v = v->nextView) in updateListAll()
947 v->list->updateListAll(); in updateListAll()
1749 ConfigMainWindow* v; in main() local
1776 v = new ConfigMainWindow(); in main()
1779 configApp->setMainWidget(v); in main()
1781 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings())); in main()
1782 v->show(); in main()