Advertising
advertising
related pastes to tag 'add'
- 2048284 - add a post with a attachment pro post add programmatically
- preview unavailable
- 1765132 - _dead Mass add/rem user: x user command add mass adduser rem
-
- alias madduser {
- if ($active == $chan) {
- if (X ison $chan) {
- if ($numtok($1-,32) > 1) {
- set %maddusx $numtok($1-,32) | set %maddusxlv $gettok($1-,%maddusx,32)
- :lma
- if (%maddusx > 1) { dec %maddusx | echo -a .msg x adduser # $gettok($1-,%maddusx,32) %maddusxlv | goto lma }
- else halt
- 804582 - Plasma crashes when mouse goes o: comments add inc
-
- void FreeLayout::removeItem(LayoutItem *item)
- {
- if (item == NULL ){
- // cout<<"item is null and it will crash\n";
- return;
- }
- d->children.removeAll(item);