mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
konsole: initialize the start flags variable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f7cee69cdc
commit
9aa847fdae
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ int main(int argc, char** argv)
|
|||
fillCommandLineOptions(konsoleOptions);
|
||||
KCmdLineArgs::addCmdLineOptions(konsoleOptions);
|
||||
|
||||
KUniqueApplication::StartFlags startFlags;
|
||||
KUniqueApplication::StartFlags startFlags = 0;
|
||||
if (shouldUseNewProcess())
|
||||
startFlags = KUniqueApplication::NonUniqueInstance;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue