Chatterino
chatterino2
src
controllers
hotkeys
HotkeyHelpers.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <QString>
4
5
#include <vector>
6
7
namespace
chatterino
{
8
9
std::vector<QString>
parseHotkeyArguments
(QString argumentString);
10
11
}
// namespace chatterino
chatterino
Definition:
Application.cpp:48
chatterino::parseHotkeyArguments
std::vector< QString > parseHotkeyArguments(QString argumentString)
Definition:
HotkeyHelpers.cpp:7
Generated by
1.8.13