Lines Matching refs:v
215 void ConfigItem::testUpdateMenu(bool v) in testUpdateMenu() argument
219 visible = v; in testUpdateMenu()
994 ConfigView* v; in updateList() local
996 for (v = viewList; v; v = v->nextView) in updateList()
997 v->list->updateList(item); in updateList()
1002 ConfigView* v; in updateListAll() local
1004 for (v = viewList; v; v = v->nextView) in updateListAll()
1005 v->list->updateListAll(); in updateListAll()
1855 ConfigMainWindow* v; in main() local
1882 v = new ConfigMainWindow(); in main()
1886 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings())); in main()
1887 v->show(); in main()
1892 delete v; in main()