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

    file_path_ = url;
    refreshCaption();
}
예제 #2
0
파일: Main.cpp 프로젝트: efpies/KG
//---------------------------------------------------------------------------
// Buttons handling
//---------------------------------------------------------------------------
void __fastcall TMainForm::LabsTabsChange(TObject *Sender)
{
	refreshCaption();
}