mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
NOISSUE Comment and bugfix the Resource system
This commit is contained in:

committed by
Petr Mrázek

parent
24db645167
commit
1e51b62c88
@ -51,6 +51,11 @@ private:
|
||||
QMetaProperty m_property;
|
||||
};
|
||||
|
||||
/** Observer for functions, lambdas etc.
|
||||
* Template arguments:
|
||||
* * We need Ret and Arg in order to create the std::function
|
||||
* * We need Func in order to std::forward the function
|
||||
*/
|
||||
template <typename Ret, typename Arg, typename Func>
|
||||
class FunctionResourceObserver : public ResourceObserver
|
||||
{
|
||||
|
Reference in New Issue
Block a user