mirror of https://github.com/bsnes-emu/bsnes.git
5 lines
96 B
C++
5 lines
96 B
C++
|
void pSeparator::constructor() {
|
||
|
qtAction = new QAction(0);
|
||
|
qtAction->setSeparator(true);
|
||
|
}
|