Skip to content
  • Ilya Bizyaev's avatar
    Fix Android build of gloox-extensions · 5e1357c1
    Ilya Bizyaev authored
    Android NDK does not include multiple string functions like
    stol(), stoi(), to_string() etc. As we have now decided to
    switch to QXmpp in the future, we no longer have to care
    about Qt includes in src/gloox-extensions, so using
    QString conversion methods as a workaround.
    5e1357c1