Ignore:
Timestamp:
Feb 16, 2019, 6:24:18 PM (6 years ago)
Author:
s10k
Message:

slightly modifications to allow subclassing, added Q_OBJECT macro, since usually all classes derived from QObject should use it

Location:
s10k/CommonLibs/ConditionalSemaphore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • s10k/CommonLibs/ConditionalSemaphore/LICENSE

    r1096 r1110  
    11MIT License
    22
    3 Copyright (c) 2017 random-guy
     3Copyright (C) 2017 - 2018 Fábio Bento (fabiobento512)
    44
    55Permission is hereby granted, free of charge, to any person obtaining a copy
  • s10k/CommonLibs/ConditionalSemaphore/conditionalsemaphore.cpp

    r1096 r1110  
    11/**
    2  * Copyright (C) 2017 Fábio Bento (random-guy)
     2 * Copyright (C) 2017 - 2018 Fábio Bento (fabiobento512)
    33 *
    44 * This library is distributed under the MIT License. See notice at the end
     
    3939
    4040/**
    41  * Copyright (c) 2017
     41 * Copyright (C) 2017 - 2018 Fábio Bento (fabiobento512)
    4242 *
    4343 * Permission is hereby granted, free of charge, to any person
  • s10k/CommonLibs/ConditionalSemaphore/conditionalsemaphore.h

    r1096 r1110  
    11/**
    2  * Copyright (C) 2017 Fábio Bento (random-guy)
     2 * Copyright (C) 2017 - 2018 Fábio Bento (fabiobento512)
    33 *
    44 * This library is distributed under the MIT License. See notice at the end
     
    4141
    4242/**
    43  * Copyright (c) 2017
     43 * Copyright (C) 2017 - 2018 Fábio Bento (fabiobento512)
    4444 *
    4545 * Permission is hereby granted, free of charge, to any person
Note: See TracChangeset for help on using the changeset viewer.