Skip to content

Instantly share code, notes, and snippets.

@blacksailer
Created May 22, 2018 09:16
Show Gist options
  • Save blacksailer/d14eacdd5cf185140a2752dcd5f86b9f to your computer and use it in GitHub Desktop.
Save blacksailer/d14eacdd5cf185140a2752dcd5f86b9f to your computer and use it in GitHub Desktop.
Generated AppApiInfo file
#ifndef APPAPIINFO_HPP
#define APPAPIINFO_HPP
#include <QString>
namespace tdlibQt {
static const QString appid = QStringLiteral("2222");
static const QString apphash = QStringLiteral("111111asdas");
} //namespace tdlibQt
#endif // APPAPIINFO_HPP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment