Kaydet (Commit) 1aae63b6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:external (--enable-gtk3-kde5)

Change-Id: Id096bd25cd6df5941eaec45f7573f5887ae51d79
üst 788716ce
......@@ -107,8 +107,8 @@ OUString getResString(const char* pResId)
}
// handles the IPC commands for dialog execution and ends the dummy Gtk dialog once the IPC response is there
void handleIpcForExecute(Gtk3KDE5FilePickerIpc* pFilePickerIpc, GtkWidget* pDummyDialog,
bool* bResult)
static void handleIpcForExecute(Gtk3KDE5FilePickerIpc* pFilePickerIpc, GtkWidget* pDummyDialog,
bool* bResult)
{
auto id = pFilePickerIpc->sendCommand(Commands::Execute);
pFilePickerIpc->readResponse(id, *bResult);
......
......@@ -52,7 +52,7 @@ static void sendIpcArg(std::ostream& stream, const QStringList& list)
}
}
void readCommandArgs(Commands command, QList<QVariant>& args)
static void readCommandArgs(Commands command, QList<QVariant>& args)
{
switch (command)
{
......@@ -179,7 +179,7 @@ void readCommandArgs(Commands command, QList<QVariant>& args)
};
}
void readCommands(FilePickerIpc* ipc)
static void readCommands(FilePickerIpc* ipc)
{
while (!std::cin.eof())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment