Example #1
0
void KSnapshotObject::changeUrl( const QString &url )
{
    if ( url == file_path_ )
        return;

    file_path_ = url;
    refreshCaption();
}
Example #2
0
File: Main.cpp Project: efpies/KG
//---------------------------------------------------------------------------
// Buttons handling
//---------------------------------------------------------------------------
void __fastcall TMainForm::LabsTabsChange(TObject *Sender)
{
	refreshCaption();
}