MCPcopy Create free account
hub / github.com/KDE/krusader / currentCharacterSet

Method currentCharacterSet

app/GUI/krremoteencodingmenu.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88QString KrRemoteEncodingMenu::currentCharacterSet()
89{
90 QUrl currentURL = ACTIVE_PANEL->virtualPath();
91 return KProtocolManager::charsetFor(currentURL);
92}
93
94void KrRemoteEncodingMenu::loadSettings()
95{

Callers

nothing calls this directly

Calls 1

virtualPathMethod · 0.80

Tested by

no test coverage detected