
Defines | |
| #define | I_FILE_SLASH_DIR I_DIR_OR_FOLDER( N_("File/Directory"), N_("File/Folder") ) |
| #define | CT(x) connect( x, SIGNAL( textChanged( const QString& ) ), this, SIGNAL( mrlUpdated() ) ); |
| #define | CS(x) connect( x, SIGNAL( valueChanged( int ) ), this, SIGNAL( mrlUpdated() ) ); |
| #define CS | ( | x | ) | connect( x, SIGNAL( valueChanged( int ) ), this, SIGNAL( mrlUpdated() ) ); |
| #define CT | ( | x | ) | connect( x, SIGNAL( textChanged( const QString& ) ), this, SIGNAL( mrlUpdated() ) ); |
| #define I_FILE_SLASH_DIR I_DIR_OR_FOLDER( N_("File/Directory"), N_("File/Folder") ) |
Referenced by SoutInputBox::setMRL().
1.5.6